Implement Item Queue Max Buffer to Filter Cube Handling.

This commit is contained in:
sigonasr2 2017-09-27 18:22:40 -05:00
parent 85ec1bf6fc
commit 20a4a5dd14
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1178,7 +1178,7 @@ final public class runServerHeartbeat implements Runnable {
ignoredItems.add(it.getUniqueId()); ignoredItems.add(it.getUniqueId());
} }
count++; count++;
if (count>=8) { if (count>=TwosideKeeper.ITEM_QUEUE_MAX_BUFFER) {
return; return;
} }
} }