From 1d0eb052686cb3eda2afff065b350581d55a981a Mon Sep 17 00:00:00 2001 From: Moulberry Date: Fri, 11 Oct 2024 16:09:28 +0800 Subject: [PATCH] Change comment in config.yml to have correct block buffer size limit --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index dac5f8c..2f8d2af 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -26,7 +26,7 @@ allow-large-payload-for-all-packets: false incompatible-data-version: "warn" unsupported-axiom-version: "warn" -# Maximum packet size. Must not be less than 32767 +# Maximum packet size. Must not be less than 30000 max-block-buffer-packet-size: 0x100000 # Regex for whitelisting worlds