Update default weather config to have more reasonable default time

This commit is contained in:
Tyler Perkins 2021-12-21 19:27:00 -05:00
parent baa4e5f035
commit 6530af2847
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace dashboard::panel {
//Default time the slide is shown on screen, in ms
//Default 5s
constexpr size_t WEATHER_DEFAULT_ON_SCREEN_TIME = 5000;
constexpr size_t WEATHER_DEFAULT_ON_SCREEN_TIME = 15000;
//How long should we wait between updates? in ms
//Default 1 hour