mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 11:45:30 +00:00
Lowered process delay
This commit is contained in:
parent
50f6bf7825
commit
b905aabd19
@ -562,7 +562,7 @@ class PocketMinecraftServer{
|
|||||||
}else{
|
}else{
|
||||||
++$lastLoop;
|
++$lastLoop;
|
||||||
if($lastLoop >= 16){
|
if($lastLoop >= 16){
|
||||||
usleep(5000);
|
usleep(100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user