docs: added change detection to the readme

This commit is contained in:
Folke Lemaitre 2022-12-20 19:39:07 +01:00
parent 6c767a604d
commit 3cffb2acef
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 5 additions and 0 deletions

View File

@ -289,6 +289,11 @@ return {
notify = true, -- get a notification when new updates are found
frequency = 3600, -- check for updates every hour
},
change_detection = {
-- automatically check for config file changes and reload the ui
enabled = true,
notify = true, -- get a notification when changes are found
},
performance = {
cache = {
enabled = true,