From 274332207b69dd51e24097d809b0d12a5388f7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:57:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); } }