Reduced rollbacked blocks per ticks due to the massing reports of

freezes.
This commit is contained in:
Robin Kupper
2011-11-23 01:16:19 +01:00
parent b1b1a2adb8
commit 6c6c262be2

View File

@@ -82,7 +82,7 @@ public class WorldEditor implements Runnable
public synchronized void run() {
final List<WorldEditorException> errorList = new ArrayList<WorldEditorException>();
int counter = 0;
while (!edits.isEmpty() && counter < 1000) {
while (!edits.isEmpty() && counter < 100) {
try {
switch (edits.poll().perform()) {
case SUCCESS: