diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 5857b96e..67f75e6a 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -48,7 +48,7 @@ class ServerInotify extends Process Event::wait(); } else { $this->loadByDir(APP_PATH . 'app'); - Timer::tick(1000, [$this, 'tick']); + Timer::tick(2000, [$this, 'tick']); } }