From 8c64f683327b54287f066641223c9f2680b0b4a6 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:20:56 -0500 Subject: [PATCH] increase stock news update interval --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index cf5b6972..4ed2eab8 100644 --- a/config/config.json +++ b/config/config.json @@ -61,7 +61,7 @@ }, "stock_news": { "enabled": true, - "update_interval": 800, + "update_interval": 3600, "scroll_speed": 1, "scroll_delay": 0.001, "max_headlines_per_symbol": 1,