mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added non-threaded chunk generation, toggleable on pocketmine.yml
This commit is contained in:
@ -46,6 +46,15 @@ chunk-ticking:
|
||||
light-updates: false
|
||||
clear-tick-list: false
|
||||
|
||||
chunk-generation:
|
||||
#Whether to run the generation on a different thread or on the main thread
|
||||
#Generation will be less glitchy on the main thread, but will lag more
|
||||
#Using this with fast generators is recommended
|
||||
#If enabled, the dedicated generation thread may leak memory
|
||||
use-async: false
|
||||
#Max. amount of chunks to generate per tick, only for use-async: true
|
||||
per-tick: 1
|
||||
|
||||
chunk-gc:
|
||||
period-in-ticks: 600
|
||||
|
||||
|
Reference in New Issue
Block a user