From e6695a83e2e859b57341a77271ccdd30198b8a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 17:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Process/ServerInotify.php | 1 + 1 file changed, 1 insertion(+) 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']); }