mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix updatenotification.js increasing timeout
This commit is contained in:
parent
aa3848f420
commit
cbdb0b67ab
@ -35,6 +35,7 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
- Fix wrong treatment of `appendLocationNameToHeader` when using `ukmetofficedatahub`
|
- Fix wrong treatment of `appendLocationNameToHeader` when using `ukmetofficedatahub`
|
||||||
- Fix alert not recognizing multiple alerts (#2522)
|
- Fix alert not recognizing multiple alerts (#2522)
|
||||||
- Fix fetch option httpsAgent to agent in calendar module (#466)
|
- Fix fetch option httpsAgent to agent in calendar module (#466)
|
||||||
|
- Fix module updatenotification which did not work for repos with many refs (#1907)
|
||||||
|
|
||||||
## [2.15.0] - 2021-04-01
|
## [2.15.0] - 2021-04-01
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Module.register("updatenotification", {
|
|||||||
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
||||||
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
||||||
ignoreModules: [],
|
ignoreModules: [],
|
||||||
timeout: 1000
|
timeout: 5000
|
||||||
},
|
},
|
||||||
|
|
||||||
suspended: false,
|
suspended: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user