File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
modules/default/compliments Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ planned for 2026-01-01
4949- [ newsfeed] fixed header layout issue introduced with prettier njk linting (#3946 )
5050- [ weather] fixed windy icon not showing up in pirateweather (#3957 )
5151- [ compliments] fixed duplicate query param "?" when constructing refresh url (#3967 )
52+ - [ compliments] fixed compliments remote file minimum delay to be 15 minutes (#3969 )
5253
5354### Updated
5455
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Module.register("compliments", {
2323 } ,
2424 urlSuffix : "" ,
2525 compliments_new : null ,
26- refreshMinimumDelay : 15 * 60 * 60 * 1000 , // 15 minutes
26+ refreshMinimumDelay : 15 * 60 * 1000 , // 15 minutes
2727 lastIndexUsed : - 1 ,
2828 // Set currentweather from module
2929 currentWeatherType : "" ,
You can’t perform that action at this time.
0 commit comments