Lowered process delay

This commit is contained in:
Shoghi Cervantes 2013-08-20 21:06:31 +02:00
parent 50f6bf7825
commit b905aabd19

View File

@ -562,7 +562,7 @@ class PocketMinecraftServer{
}else{ }else{
++$lastLoop; ++$lastLoop;
if($lastLoop >= 16){ if($lastLoop >= 16){
usleep(5000); usleep(100);
} }
} }
} }