Return TPS to 20
yeah
This commit is contained in:
parent
5c57a57e9a
commit
f9aae94bbc
@ -64,7 +64,7 @@ public class ServerThread implements Runnable {
|
|||||||
|
|
||||||
public void start() {
|
public void start() {
|
||||||
ticker.start();
|
ticker.start();
|
||||||
executor.scheduleAtFixedRate(this, 0, 1000 / 20, TimeUnit.MILLISECONDS);
|
executor.scheduleAtFixedRate(this, 0, 1000, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user