This commit is contained in:
2021-11-04 10:39:26 +08:00
parent b5dbf7e779
commit 72536a34be
3 changed files with 0 additions and 57 deletions
-8
View File
@@ -21,19 +21,11 @@ class OnWorkerStart extends WorkerStart implements EventDispatcherInterface
/**
* @param object $event
* @return void
* @throws ConfigException
* @throws Exception
*/
public function dispatch(object $event)
{
$time = microtime(true);
ServerManager::setEnv('environmental', Kiri::WORKER);
// if (is_enable_file_modification_listening()) {
// $this->router->read_files();
// $this->interpretDirectory();
// }
$this->mixed($event, true, $time);
}
}