From 93ebb60c43527a8ea24fef0673b45b6e6f77addc Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Sun, 21 May 2023 08:49:22 +0200 Subject: [PATCH] Increase default packet bundling delay --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 2b2caa14..83da8966 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -234,7 +234,7 @@ anti-cheat { network { middleware { # How often between executions of the outbound bundling process - packet-bundling-delay = 25 milliseconds + packet-bundling-delay = 50 milliseconds # Pause inbound packet transmission towards the network if the sequence number is out of order # Packets are put aside until the sequence is restored, or this timeout passes