mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Moved chunk garbage collector to memory manager
This commit is contained in:
@ -56,6 +56,10 @@ memory:
|
||||
max-chunks:
|
||||
#Limit of chunks to load per player, overrides chunk-sending.max-chunks
|
||||
trigger-limit: 96
|
||||
|
||||
#Do chunk garbage collection on trigger
|
||||
trigger-chunk-collect: true
|
||||
|
||||
#Trigger on low memory
|
||||
low-memory-trigger: true
|
||||
|
||||
@ -117,9 +121,6 @@ chunk-generation:
|
||||
#Max. amount of chunks in the waiting queue to be populated
|
||||
population-queue-size: 2
|
||||
|
||||
chunk-gc:
|
||||
period-in-ticks: 600
|
||||
|
||||
ticks-per:
|
||||
animal-spawns: 400
|
||||
monster-spawns: 1
|
||||
|
Reference in New Issue
Block a user