Updating simple-git and using timeout when checking for module updates

This commit is contained in:
buxxi
2021-03-13 11:58:33 +01:00
parent 3ed223a550
commit 401a6f3417
4 changed files with 13 additions and 8 deletions

View File

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