From bc1bfefbf00bdfb8252e1487195d6a7c2adcad7e Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:54:55 -0500 Subject: [PATCH] adjust default sports update intervals --- config/config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/config.json b/config/config.json index 354de1d0..4bd7b377 100644 --- a/config/config.json +++ b/config/config.json @@ -45,7 +45,7 @@ "ncaa_fb_live": 30, "ncaa_fb_recent": 15, "ncaa_fb_upcoming": 15, - "ncaa_baseball_live": 20, + "ncaa_baseball_live": 30, "ncaa_baseball_recent": 15, "ncaa_baseball_upcoming": 15, "calendar": 30, @@ -110,7 +110,7 @@ "enabled": true, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, @@ -126,7 +126,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 72, @@ -142,7 +142,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "past_fetch_days": 7, "future_fetch_days": 7, "favorite_teams": ["TB", "DAL"], @@ -157,7 +157,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "past_fetch_days": 7, "future_fetch_days": 7, "favorite_teams": ["UGA", "AUB"], @@ -172,7 +172,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "recent_game_hours": 72, "favorite_teams": ["UGA", "AUB"], "logo_dir": "assets/sports/ncaa_fbs_logos", @@ -186,7 +186,7 @@ "enabled": true, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 20, + "live_update_interval": 30, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 72, @@ -206,7 +206,7 @@ "enabled": true, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 15, + "live_update_interval": 30, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, @@ -233,7 +233,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 20, + "live_update_interval": 30, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 168,