Unload unused regions after 5 minutes

This commit is contained in:
Shoghi Cervantes
2015-01-06 18:59:21 +01:00
parent 4b73dbd9f8
commit 042a143dd6
6 changed files with 29 additions and 0 deletions

View File

@ -2269,6 +2269,8 @@ class Level implements ChunkManager, Metadatable{
}
}
$this->provider->doGarbageCollection();
$this->timings->doChunkGC->stopTiming();
}