Implement max item queue buffer to Filter Cube handling.
This commit is contained in:
parent
ffb784dcd2
commit
bfd185d562
Binary file not shown.
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user