Implement max item queue buffer to Filter Cube handling.

This commit is contained in:
sigonasr2 2017-09-27 18:21:28 -05:00
parent ffb784dcd2
commit bfd185d562
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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