This commit is contained in:
ASUS 2025-08-14 09:06:25 +08:00
parent ee774f617d
commit 5baa7fa95d
1 changed files with 2 additions and 1 deletions

View File

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