diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 5e7e8c6e..ca94ed2b 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -73,7 +73,6 @@ class Inotify } //非重启类型 if (str_ends_with($ev['name'], '.php')) { - sleep(2); $this->reload(); } }