From 3309b101b63c62762d49d784181b7ab7632085ee Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:12:45 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/Inotify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 07b3b8f0..35ef9ac7 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -39,7 +39,6 @@ class Inotify if (!is_dir($dir)) continue; $this->watch($dir); } - $this->process->trigger_reload(); Event::add($this->inotify, [$this, 'check']); Event::wait(); }