From cf22354c4e91e49d4c1e8c3b309979ac9fa1912f Mon Sep 17 00:00:00 2001 From: as2252258 Date: Fri, 29 Apr 2022 16:58:55 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Inotify.php b/Inotify.php index 211baff..8db3bb5 100644 --- a/Inotify.php +++ b/Inotify.php @@ -99,7 +99,6 @@ class Inotify extends BaseProcess $this->watch($dir); } Event::add($this->inotify, [$this, 'check']); - Event::cycle([$this, 'clear']); while (true) { if ($this->isStop()) { Event::del($this->inotify);