From 62043919f5d3b48e5bf61a32bb9a2688ffeb4a33 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 16 Nov 2023 19:56:30 -0700 Subject: [PATCH] Reduce scoreboard replay FPS --- theme/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/config.json b/theme/config.json index bbe7c6c..0b8cc52 100644 --- a/theme/config.json +++ b/theme/config.json @@ -4,10 +4,10 @@ "DisplayServerURL": true, "ShowCategoryLeaders": true, "ReplayHistory": true, - "ReplayFPS": 30, + "ReplayFPS": 6, "ReplayDurationMS": 2000, "": "" }, "Messages": "", "": "this is here so you don't have to remember to take the comma off the last item" -} \ No newline at end of file +}