increase packets per second limit from ~71 to 200 to avoid false positive kicks

This commit is contained in:
cuqmbr 2025-08-24 00:37:59 +03:00
parent bdcd2e86bd
commit d88ebd30cc
Signed by: cuqmbr
GPG Key ID: 1F62396D020F375C
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ misc:
packet-limiter:
all-packets:
action: KICK
interval: 7.0
max-packet-rate: 500.0
interval: 1.0
max-packet-rate: 200.0
kick-message: <red><lang:disconnect.exceeded_packet_rate>
overrides:
ServerboundPlaceRecipePacket:

View File

@ -41,7 +41,7 @@ suppress-text-component-conversion-warnings: true
#
# What is the maximum per second a client can send (Use %pps to display their pps)
# Use -1 to disable.
max-pps: 800
max-pps: -1
max-pps-kick-msg: You are sending too many packets!
#
# We can also kick them if over a period they send over a threshold a certain amount of times.