From 8a0df02ab571e100319a1d147524fef778833cd0 Mon Sep 17 00:00:00 2001 From: YehnBeep <86855173+YehnBeep@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:11:39 -0700 Subject: [PATCH] Increases default minute topic limit (#78240) ## About The Pull Request Increases the default MINUTE_TOPIC_LIMIT from 100 to 200 This change takes the per-minute limit from 1/6th to 1/3rd of the per-second*60 limit. ## Why It's Good For The Game I've had players, from diverse mainstream servers not just TG, able to consistently hit the 100/minute limit in the course of normal/legitimate play. That the default rate limit keeps tagging ordinary players suggests that it is too low. I think it would be beneficial to new server operators if the default were to better accommodate normal play, and so would be less likely to need to hunt down a configuration option when it starts affecting players. ## Changelog :cl: server: Default-configuration MINUTE_TOPIC_LIMIT has been increased /:cl: --- config/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.txt b/config/config.txt index e262bc25706..5a903ce557f 100644 --- a/config/config.txt +++ b/config/config.txt @@ -381,7 +381,7 @@ CLIENT_ERROR_BUILD 1421 ## Set to 0 or comment out to disable. SECOND_TOPIC_LIMIT 10 -MINUTE_TOPIC_LIMIT 100 +MINUTE_TOPIC_LIMIT 200 ## CLICK RATE LIMITING