改名
This commit is contained in:
@@ -62,7 +62,6 @@ trait Action
|
|||||||
$this->close($server);
|
$this->close($server);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
clearstatcache(true);
|
|
||||||
Snowflake::clearWorkerId();
|
Snowflake::clearWorkerId();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,7 +90,6 @@ trait Action
|
|||||||
private function masterIdCheck()
|
private function masterIdCheck()
|
||||||
{
|
{
|
||||||
echo '.';
|
echo '.';
|
||||||
clearstatcache(true);
|
|
||||||
$files = new \DirectoryIterator($this->getWorkerPath());
|
$files = new \DirectoryIterator($this->getWorkerPath());
|
||||||
if ($files->getSize() < 1) {
|
if ($files->getSize() < 1) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user