This commit is contained in:
2021-07-06 16:15:27 +08:00
parent b661581baf
commit 2959115a23
+1 -1
View File
@@ -133,7 +133,7 @@ class Shutdown extends Component
while ($this->pidIsExists($content)) { while ($this->pidIsExists($content)) {
exec('kill -15 ' . $content); exec('kill -15 ' . $content);
sleep(1); usleep(100);
} }
clearstatcache($value); clearstatcache($value);