This commit is contained in:
2020-09-03 01:29:19 +08:00
parent 4f7e464c86
commit 20363caf44
+1
View File
@@ -47,6 +47,7 @@ class ServerInotify extends Process
Event::add($this->inotify, [$this, 'check']);
Event::wait();
} else {
$this->loadByDir(APP_PATH . '/app');
Timer::tick(1000, [$this, 'tick']);
}
}