diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 27ae3b6d..b3365a18 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -69,13 +69,13 @@ class FileChangeCustomProcess extends Command $this->trigger_reload(); Coroutine::create(function () use ($driver) { - Coroutine::create(function () use ($driver) { - $waite = Coroutine::waitSignal(SIGTERM | SIGKILL); - if ($waite) { - $driver->clear(); - $this->stop($driver); - } - }); +// Coroutine::create(function () use ($driver) { +// $waite = Coroutine::waitSignal(SIGTERM | SIGKILL); +// if ($waite) { +// $driver->clear(); +// $this->stop($driver); +// } +// }); $driver->start(); }); return 0;