From 0f9f0a3b7f633c54f212063f497d89f39b3cbfa1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 5 Jun 2023 21:36:33 +0100 Subject: [PATCH] Remove async compression pocketmine.yml options CompressBatchTask is kept for internal testing for now --- resources/pocketmine.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/pocketmine.yml b/resources/pocketmine.yml index c2de49563b..aea32d7096 100644 --- a/resources/pocketmine.yml +++ b/resources/pocketmine.yml @@ -89,11 +89,6 @@ network: #Set to 0 to disable, or "auto" to try to detect the number of available CPU cores. #Higher values will allow using more CPU cores on large servers, but will also increase memory usage. compression-threads: 0 - #Use AsyncTasks for compression during the main game session. Increases latency, but may reduce main thread load - async-compression: false - #Threshold for async compression, in bytes. Only packets larger than this will be compressed asynchronously - #Due to large overhead of AsyncTask, async compression isn't worth it except for large packets - async-compression-threshold: 10000 #Experimental. Use UPnP to automatically port forward upnp-forwarding: false #Maximum size in bytes of packets sent over the network (default 1492 bytes). Packets larger than this will be