From 2128a2fb5fa70962420388adb985e5b805ceb25a Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:35:18 -0500 Subject: [PATCH] Update config.json scroll speed increases --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 1a6556ca..11d84df0 100644 --- a/config/config.json +++ b/config/config.json @@ -54,8 +54,8 @@ "news": { "enabled": true, "update_interval": 300, - "scroll_speed": 10, - "scroll_delay": 0.03, + "scroll_speed": 20, + "scroll_delay": 0.01, "max_headlines_per_symbol": 1 } } \ No newline at end of file