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:
YehnBeep
2023-09-18 21:11:39 +12:00
committed by GitHub
parent d29db35cce
commit 8a0df02ab5
+1 -1
View File
@@ -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