mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-02 02:51:54 +00:00
fix: set compliments remote file minimum delay to 15 minutes (#3970)
fix: set compliments remote file minimum delay to 15 minutes..extra *60 in there was making it 15 hours.
This commit is contained in:
@@ -23,7 +23,7 @@ Module.register("compliments", {
|
||||
},
|
||||
urlSuffix: "",
|
||||
compliments_new: null,
|
||||
refreshMinimumDelay: 15 * 60 * 60 * 1000, // 15 minutes
|
||||
refreshMinimumDelay: 15 * 60 * 1000, // 15 minutes
|
||||
lastIndexUsed: -1,
|
||||
// Set currentweather from module
|
||||
currentWeatherType: "",
|
||||
|
||||
Reference in New Issue
Block a user