mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 07:35:08 +00:00
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)
This commit is contained in:
parent
0192da9113
commit
cbf46b43f1
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue