From 469d796b7d8f4ecfc09b3b67ea19b1eafb4cb311 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:23:47 -0500 Subject: [PATCH] disabled nba and shortened stock durations --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 4df27b1a..ec5bf740 100644 --- a/config/config.json +++ b/config/config.json @@ -28,10 +28,10 @@ "display_durations": { "clock": 15, "weather": 15, - "stocks": 30, + "stocks": 20, "hourly_forecast": 15, "daily_forecast": 15, - "stock_news": 30, + "stock_news": 20, "nhl_live": 30, "nhl_recent": 20, "nhl_upcoming": 20, @@ -94,7 +94,7 @@ "live_game_duration": 30 }, "nba_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20,