From d47788d93c4cc7494660984ab9e9ab8de65d10a8 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 26 May 2025 21:49:28 -0500 Subject: [PATCH] adjust default timings of config file --- config/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config.json b/config/config.json index 7b03faab..da67517d 100644 --- a/config/config.json +++ b/config/config.json @@ -69,13 +69,13 @@ }, "weather": { "enabled": true, - "update_interval": 600, + "update_interval": 1800, "units": "imperial", "display_format": "{temp}°F\n{condition}" }, "stocks": { "enabled": true, - "update_interval": 300, + "update_interval": 600, "symbols": [ "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SMCI" ], @@ -83,7 +83,7 @@ }, "crypto": { "enabled": true, - "update_interval": 300, + "update_interval": 600, "symbols": [ "BTC-USD", "ETH-USD" ], @@ -108,7 +108,7 @@ "nhl_scoreboard": { "enabled": true, "test_mode": false, - "update_interval_seconds": 300, + "update_interval_seconds": 3600, "live_update_interval": 15, "recent_update_interval": 3600, "upcoming_update_interval": 3600, @@ -125,7 +125,7 @@ "enabled": false, "test_mode": false, "update_interval_seconds": 3600, - "live_update_interval": 20, + "live_update_interval": 15, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 72, @@ -204,8 +204,8 @@ "mlb": { "enabled": true, "test_mode": false, - "update_interval_seconds": 300, - "live_update_interval": 20, + "update_interval_seconds": 3600, + "live_update_interval": 15, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, @@ -231,7 +231,7 @@ "soccer_scoreboard": { "enabled": false, "test_mode": false, - "update_interval_seconds": 300, + "update_interval_seconds": 3600, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600,