We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b905c14 commit ae9d8d7Copy full SHA for ae9d8d7
bin/config_sample/config.ini
@@ -52,6 +52,12 @@ message_floodguard=250
52
; The minimum time between game messages in the server, in miliseconds. Unlike message_floodguard, this timer is shared globally in the server.
53
global_message_floodguard=0
54
55
+; If you send messages faster than this, you will be warned.
56
+packet_rate_limit_soft=10
57
+
58
+; If you send messages faster than this, you will be disconnected.
59
+packet_rate_limit_hard=20
60
61
; The amount of seconds without interaction till a client is marked as AFK.
62
afk_timeout = 300
63
0 commit comments