mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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 🆑 server: Default-configuration MINUTE_TOPIC_LIMIT has been increased /🆑
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user