From ebe9c19a0559e649e3f7fd8de8ad6ed4be57cbf5 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:39:52 +0900 Subject: [PATCH] Increase maxPacketSize --- src/main/resources/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/settings.yml b/src/main/resources/settings.yml index 2b58479..478b15c 100644 --- a/src/main/resources/settings.yml +++ b/src/main/resources/settings.yml @@ -121,7 +121,7 @@ traffic: enable: true # Max packet size in bytes # Unlimited if -1 - maxPacketSize: 4096 + maxPacketSize: 8192 # The interval to measure packets over # 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