add
This commit is contained in:
parent
ee774f617d
commit
5baa7fa95d
|
|
@ -26,7 +26,8 @@ return [
|
|||
'user' => '',
|
||||
'group' => '',
|
||||
'reusePort' => false,
|
||||
'eventLoop' => '',
|
||||
// 'eventLoop' => '',
|
||||
'eventLoop' => \Workerman\Events\Swoole::class,
|
||||
'context' => [],
|
||||
'constructor' => [
|
||||
'requestClass' => Request::class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue