This commit is contained in:
ASUS 2025-10-13 16:05:51 +08:00
parent a2d89ef3a8
commit d268c69ade
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,