diff --git a/HttpServer/Action.php b/HttpServer/Action.php index f174b340..8c4ebb43 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -62,7 +62,6 @@ trait Action $this->close($server); } } - clearstatcache(true); Snowflake::clearWorkerId(); } @@ -91,7 +90,6 @@ trait Action private function masterIdCheck() { echo '.'; - clearstatcache(true); $files = new \DirectoryIterator($this->getWorkerPath()); if ($files->getSize() < 1) { return false;