From f3a6b461040e81e3a5a71bf104e371b249f3327d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 18:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);