From a6d97c392acf6d493f6975336725f6b50d37a027 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:46:49 -0500 Subject: [PATCH] increased idle update interval fo rnhl --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index ecee53b1..8efd2d5b 100644 --- a/config/config.json +++ b/config/config.json @@ -42,7 +42,7 @@ }, "weather": { "enabled": true, - "update_interval": 300, + "update_interval": 600, "units": "imperial", "display_format": "{temp}°F\n{condition}" }, @@ -70,7 +70,7 @@ ], "test_mode": true, "update_interval_seconds": 15, - "idle_update_interval_seconds": 300, + "idle_update_interval_seconds": 600, "show_only_favorites": true, "cycle_game_duration_seconds": 10 }