modify mysql result

This commit is contained in:
2022-04-29 16:58:55 +08:00
parent 2415e24045
commit cf22354c4e
-1
View File
@@ -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);