diff --git a/config/autoload/swoole.global.php b/config/autoload/swoole.global.php index afc48a97..29c1ea37 100644 --- a/config/autoload/swoole.global.php +++ b/config/autoload/swoole.global.php @@ -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',