mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 04:05:31 +00:00
Revert "Lowered process delay"
This reverts commit b905aabd19bf0e042bc85357265610b75c117aae.
This commit is contained in:
parent
ea2ff5d983
commit
6bafcbf2a7
@ -562,7 +562,7 @@ class PocketMinecraftServer{
|
|||||||
}else{
|
}else{
|
||||||
++$lastLoop;
|
++$lastLoop;
|
||||||
if($lastLoop >= 16){
|
if($lastLoop >= 16){
|
||||||
usleep(100);
|
usleep(5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user