From cbf46b43f197266310461cafd99bea6c2da1647c Mon Sep 17 00:00:00 2001 From: business-goose <44676012+business-goose@users.noreply.github.com> Date: Thu, 3 Feb 2022 01:26:15 +0000 Subject: [PATCH] Disable synchronous chunk writes (#45) Synchronous chunk writes seem to have had a history of causing performance degredation. "The reason it is enabled for the purpose of preventing data loss is for Windows users specifically, and as such it is not enabled by default (again, in single-player) on Linux. The ability to change the default setting is the easy solution to not experience this problem on Linux servers." - CubeTheThird, [MC-177542](https://bugs.mojang.com/browse/MC-177542) --- server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.properties b/server.properties index b834007..147c7ec 100644 --- a/server.properties +++ b/server.properties @@ -28,7 +28,7 @@ server-ip= allow-nether=true server-port=25565 enable-rcon=false -sync-chunk-writes=true +sync-chunk-writes=false op-permission-level=4 prevent-proxy-connections=false resource-pack=