From 804f795f98cbe9150eeee8623d7d4a567e9b8342 Mon Sep 17 00:00:00 2001 From: as2252258 Date: Fri, 29 Apr 2022 16:59:49 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Inotify.php b/Inotify.php index 8db3bb5..080a33f 100644 --- a/Inotify.php +++ b/Inotify.php @@ -71,8 +71,6 @@ class Inotify extends BaseProcess { pcntl_signal(SIGTERM, function () { $this->isStop = true; - - $this->clear(); }); return $this; }