From 2aac80790f5790fc7691d5cd742f9dc16a0b015f Mon Sep 17 00:00:00 2001 From: xice Date: Sat, 14 Jul 2018 22:31:24 +0800 Subject: [PATCH] to test long sleep can fix the load false --- testdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdb.php b/testdb.php index 0c8e9fb..2d807d0 100644 --- a/testdb.php +++ b/testdb.php @@ -38,7 +38,7 @@ if($flag == 0){ $i--; echo $i; - sleep(0.4); + sleep(1); } }