Attempt to fix permanently opened region files

This line successfully closes files that are no longer tied to any
loaded chunk. It was sometimes problematic on large servers.
However, since I'm not completely sure if it doesn't provoke any data
loss or error, I've commented it out, waiting for a verification or
approval.
This commit is contained in:
bm01 2013-02-17 04:16:16 +01:00
parent 08882e58b6
commit f61aed9f6c

View File

@ -219,6 +219,8 @@ public class HashChunkManager implements ChunkManager {
removalCheckedMobs.clear(); removalCheckedMobs.clear();
iteratingMobs = false; iteratingMobs = false;
} }
// closeChunkStore(world, cx, cz);
} }
} }