This commit is contained in:
ASUS 2025-10-13 16:03:44 +08:00
parent 8b7b5500dd
commit a2d89ef3a8
1 changed files with 2 additions and 2 deletions

View File

@ -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,