Reset Default TPS
TPS of 47 to TPS of 20
This commit is contained in:
parent
3c74a808f3
commit
69942ad17b
@ -64,7 +64,7 @@ public class ServerThread implements Runnable {
|
|||||||
|
|
||||||
public void start() {
|
public void start() {
|
||||||
ticker.start();
|
ticker.start();
|
||||||
executor.scheduleAtFixedRate(this, 0, 1000 / 47, TimeUnit.MILLISECONDS);
|
executor.scheduleAtFixedRate(this, 0, 1000 / 20, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user