From d268c69ade0405f375e52b37dfed733fd010b5e2 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 13 Oct 2025 16:05:51 +0800 Subject: [PATCH] swoole --- config/process.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/process.php b/config/process.php index f93f1d0..279bc6b 100644 --- a/config/process.php +++ b/config/process.php @@ -27,8 +27,8 @@ return [ 'user' => '', 'group' => '', 'reusePort' => false, -// 'eventLoop' => '', - 'eventLoop' => \Workerman\Events\Swoole::class, + 'eventLoop' => '', +// 'eventLoop' => \Workerman\Events\Swoole::class, 'context' => [], 'constructor' => [ 'requestClass' => Request::class,