mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Disabled swoole coroutines
This commit is contained in:
parent
84b38c4940
commit
56932e4ea6
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ declare(strict_types=1);
|
|||
return [
|
||||
|
||||
'mezzio-swoole' => [
|
||||
'enable_coroutine' => true,
|
||||
// Setting this to true can have unexpected behaviors when running several concurrent slow DB queries
|
||||
'enable_coroutine' => false,
|
||||
|
||||
'swoole-http-server' => [
|
||||
'host' => '0.0.0.0',
|
||||
|
|
Loading…
Add table
Reference in a new issue