This commit is contained in:
2022-09-07 13:48:49 +08:00
parent e7ace87826
commit f1dac3ebcf
+1 -1
View File
@@ -172,7 +172,7 @@ class Server extends HttpService
$reload = Config::get('reload.hot', false);
if ($reload !== false) {
$this->provider->on(OnWorkerStart::class, [$this, 'LoadRoutingList']);
$this->manager->addProcess(Scanner::class);
$this->manager->addProcess(Kiri\Reload\Inotify::class);
} else {
$this->LoadRoutingList();
}