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:
Samed Ozdemir
2025-11-21 07:27:37 -05:00
committed by GitHub
parent 854c954180
commit 74b682fdf1
2 changed files with 2 additions and 1 deletions

View File

@@ -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: "",