Adding support for ignoring update check for certain modules

This commit is contained in:
buxxi
2020-02-11 18:13:39 +01:00
parent d7295948fd
commit c925e88475
3 changed files with 23 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ Module.register("updatenotification", {
defaults: {
updateInterval: 10 * 60 * 1000, // every 10 minutes
refreshInterval: 24 * 60 * 60 * 1000, // one day
ignoreModules: []
},
suspended: false,