Increase maxPacketSize

This commit is contained in:
Pantera (Mad_Daniel) 2024-01-22 10:39:52 +09:00 committed by GitHub
parent 145d57679e
commit ebe9c19a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ traffic:
enable: true enable: true
# Max packet size in bytes # Max packet size in bytes
# Unlimited if -1 # Unlimited if -1
maxPacketSize: 4096 maxPacketSize: 8192
# The interval to measure packets over # The interval to measure packets over
# Lowering this value will limit peak packets from players which would target people with bad connections # Lowering this value will limit peak packets from players which would target people with bad connections
# Raising this value will allow higher peak packet rates, which will help with people who have poor connections # Raising this value will allow higher peak packet rates, which will help with people who have poor connections