改名
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user