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);