swoole
This commit is contained in:
parent
a2d89ef3a8
commit
d268c69ade
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue