Skip to content

Commit bb6c9a5

Browse files
committed
Net-server: remove suspicious sleep
1 parent f6b08df commit bb6c9a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/libraries/net/src/processing/net/Server.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,6 @@ public void run() {
327327
e.printStackTrace();
328328
thread = null;
329329
}
330-
try {
331-
Thread.sleep(8);
332-
} catch (InterruptedException ex) { }
333330
}
334331
}
335332

0 commit comments

Comments
 (0)