mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added chunk-sending.cache-chunks property (old advanced-cache), improved chunk unload saving times
This commit is contained in:
@ -56,6 +56,9 @@ chunk-sending:
|
||||
max-chunks: 256
|
||||
#Amount of chunks that need to be sent before spawning the player
|
||||
spawn-threshold: 56
|
||||
#Save a serialized copy of the chunk in memory for faster sending
|
||||
#Useful in mostly-static worlds where lots of players join at the same time
|
||||
cache-chunks: false
|
||||
|
||||
chunk-ticking:
|
||||
#Max amount of chunks processed each tick
|
||||
|
Reference in New Issue
Block a user