Update config.json

scroll speed increases
This commit is contained in:
Chuck
2025-04-10 20:35:18 -05:00
parent da4615e39c
commit 2128a2fb5f

View File

@@ -54,8 +54,8 @@
"news": { "news": {
"enabled": true, "enabled": true,
"update_interval": 300, "update_interval": 300,
"scroll_speed": 10, "scroll_speed": 20,
"scroll_delay": 0.03, "scroll_delay": 0.01,
"max_headlines_per_symbol": 1 "max_headlines_per_symbol": 1
} }
} }