diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 3fb78898..6e0d4cfe 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -98,6 +98,7 @@ class ServerInotify extends Process break; } } + Timer::after(2000, [$this, 'tick']); }