From 272eaee1e692fbac434e8d1a1aaeff2e147b59ce Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 18:26:01 -0500 Subject: [PATCH] refactor: update refresh rates for upcoming and recent games to hourly intervals --- config/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.json b/config/config.json index 31a5c89e..8bb3eed8 100644 --- a/config/config.json +++ b/config/config.json @@ -72,8 +72,8 @@ "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 60, - "recent_update_interval": 1800, - "upcoming_update_interval": 1800, + "recent_update_interval": 3600, + "upcoming_update_interval": 3600, "recent_game_hours": 48, "favorite_teams": ["TB", "DAL"], "logo_dir": "assets/sports/nhl_logos", @@ -89,8 +89,8 @@ "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, - "recent_update_interval": 1800, - "upcoming_update_interval": 1800, + "recent_update_interval": 3600, + "upcoming_update_interval": 3600, "recent_game_hours": 72, "favorite_teams": ["DAL", "ATL"], "logo_dir": "assets/sports/nba_logos",