From 2959115a239678aa0d3cb5cf5a09e56074ed363a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Jul 2021 16:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Shutdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 1a55ded5..012efb71 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -133,7 +133,7 @@ class Shutdown extends Component while ($this->pidIsExists($content)) { exec('kill -15 ' . $content); - sleep(1); + usleep(100); } clearstatcache($value);