fix updatenotification.js increasing timeout

This commit is contained in:
Karsten Hassel
2021-04-26 22:12:16 +02:00
parent aa3848f420
commit cbdb0b67ab
2 changed files with 2 additions and 1 deletions

View File

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