to test long sleep can fix the load false

This commit is contained in:
2018-07-14 22:31:24 +08:00
parent c3dc1ef5db
commit 2aac80790f

View File

@@ -38,7 +38,7 @@
if($flag == 0){
$i--;
echo $i;
sleep(0.4);
sleep(1);
}
}