to test long sleep can fix the load false
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
if($flag == 0){
|
if($flag == 0){
|
||||||
$i--;
|
$i--;
|
||||||
echo $i;
|
echo $i;
|
||||||
sleep(0.4);
|
sleep(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user