modify mysql result
This commit is contained in:
@@ -99,7 +99,6 @@ class Inotify extends BaseProcess
|
|||||||
$this->watch($dir);
|
$this->watch($dir);
|
||||||
}
|
}
|
||||||
Event::add($this->inotify, [$this, 'check']);
|
Event::add($this->inotify, [$this, 'check']);
|
||||||
Event::cycle([$this, 'clear']);
|
|
||||||
while (true) {
|
while (true) {
|
||||||
if ($this->isStop()) {
|
if ($this->isStop()) {
|
||||||
Event::del($this->inotify);
|
Event::del($this->inotify);
|
||||||
|
|||||||
Reference in New Issue
Block a user