diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-27 08:47:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-27 08:47:34 -0300 |
commit | 7af8b7bdc66011758690e7452a2d04f968af8515 (patch) | |
tree | de75ffe69c58b6f17f6f76afd381f13a1e59d9e4 /conf/map/battle | |
parent | cd1a604bc8c501811b568b04a5bf531407e629f5 (diff) | |
download | serverdata-7af8b7bdc66011758690e7452a2d04f968af8515.tar.gz serverdata-7af8b7bdc66011758690e7452a2d04f968af8515.tar.bz2 serverdata-7af8b7bdc66011758690e7452a2d04f968af8515.tar.xz serverdata-7af8b7bdc66011758690e7452a2d04f968af8515.zip |
It is unreasonable to send a message in less than 50ms.
You take 200 ms only to react, after all.
So, disregard all messages within this threshold - they are 99.7% spam.
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index ab39a2b0e..ac973af18 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -40,7 +40,7 @@ packet_obfuscation: 0 // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. -min_chat_delay: 1 +min_chat_delay: 50 // Valid range of dyes and styles on the client. min_hair_style: 0 |