Disabled swoole coroutines

This commit is contained in:
Alejandro Celaya 2020-05-01 18:24:48 +02:00
parent 84b38c4940
commit 56932e4ea6

View file

@ -5,7 +5,8 @@ declare(strict_types=1);
return [ return [
'mezzio-swoole' => [ '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' => [ 'swoole-http-server' => [
'host' => '0.0.0.0', 'host' => '0.0.0.0',