diff --git a/ServerCommand.php b/ServerCommand.php index 84dee57..b7e2afd 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -115,7 +115,7 @@ class ServerCommand extends Command { $this->configure_set(); - exec(PHP_BINARY . ' ' . APP_PATH . 'kiri.php runtime:builder'); +// exec(PHP_BINARY . ' ' . APP_PATH . 'kiri.php runtime:builder'); $this->eventProvider->on(OnBeforeWorkerStart::class, [di(OnServerWorker::class), 'setConfigure']); $this->eventProvider->on(OnWorkerStart::class, [di(WorkerDispatch::class), 'dispatch']);