Moved chunk garbage collector to memory manager

This commit is contained in:
Shoghi Cervantes
2015-04-19 16:14:54 +02:00
parent 05385acb36
commit bf4a8398c4
3 changed files with 12 additions and 13 deletions

View File

@ -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