mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-11 22:06:56 +00:00
add note about sync-chunk-writes
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Minecraft server optimization guide
|
# Minecraft server optimization guide
|
||||||
|
|
||||||
|
Note for early 1.17 users that are on vanilla, fabric or spigot - go to your server.properties and change `sync-chunk-writes` to `false`. This option is force disabled on paper and its forks, but on vanilla up to paper you need to switch this off manually. This allows the server to save chunks off the main thread, lessening the load on the main tick loop.
|
||||||
|
|
||||||
Guide for version 1.16.5
|
Guide for version 1.16.5
|
||||||
|
|
||||||
Based on [this guide](https://www.spigotmc.org/threads/guide-server-optimization%E2%9A%A1.283181/) and other sources (all of them are linked throughout the guide when relevant).
|
Based on [this guide](https://www.spigotmc.org/threads/guide-server-optimization%E2%9A%A1.283181/) and other sources (all of them are linked throughout the guide when relevant).
|
||||||
|
|||||||
Reference in New Issue
Block a user