From 59eec809394ba8935ea242f1d6a041d60a4eb462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 17:46:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- kiri-engine/FileListen/Inotify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 452c169a..a6056363 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -54,6 +54,7 @@ class Inotify if (!is_dir($dir)) continue; $this->watch($dir); } + $this->process->int = -1; Event::add($this->inotify, [$this, 'check']); Event::wait(); }