diff --git a/config/autoload/databases.php b/config/autoload/databases.php index 7ac123b..ded7758 100644 --- a/config/autoload/databases.php +++ b/config/autoload/databases.php @@ -24,8 +24,8 @@ return [ 'collation' => env('DB_COLLATION', 'utf8_unicode_ci'), 'prefix' => env('DB_PREFIX', ''), 'pool' => [ - 'min_connections' => 10, - 'max_connections' => 50, + 'min_connections' => 50, + 'max_connections' => 100, 'connect_timeout' => 10.0, 'wait_timeout' => 5.0, 'heartbeat' => -1,