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

@@ -49,6 +49,7 @@ planned for 2026-01-01
- [newsfeed] fixed header layout issue introduced with prettier njk linting (#3946)
- [weather] fixed windy icon not showing up in pirateweather (#3957)
- [compliments] fixed duplicate query param "?" when constructing refresh url (#3967)
- [compliments] fixed compliments remote file minimum delay to be 15 minutes (#3970)
### Updated

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