This commit is contained in:
2025-08-14 09:06:25 +08:00
parent ee774f617d
commit 5baa7fa95d

View File

@@ -26,7 +26,8 @@ return [
'user' => '',
'group' => '',
'reusePort' => false,
'eventLoop' => '',
// 'eventLoop' => '',
'eventLoop' => \Workerman\Events\Swoole::class,
'context' => [],
'constructor' => [
'requestClass' => Request::class,