diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 6fb0439f..88652241 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -79,7 +79,7 @@ class Inotify if ($this->process->int !== -1) { return; } - usleep(200); + usleep(2000); $this->reload(); } }