Implement max item queue buffer to Filter Cube handling.

master
sigonasr2 8 years ago
parent ffb784dcd2
commit bfd185d562
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/runServerHeartbeat.java

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…
Cancel
Save