Implement Item Queue Max Buffer to Filter Cube Handling.
This commit is contained in:
parent
85ec1bf6fc
commit
20a4a5dd14
Binary file not shown.
@ -1178,7 +1178,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