From a17510353616364d9fd756ba30135a3dec7292d0 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 24 May 2023 16:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/autoload/databases.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/autoload/databases.php b/config/autoload/databases.php index ded7758..33bb059 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' => 50, - 'max_connections' => 100, + 'min_connections' => 100, + 'max_connections' => 300, 'connect_timeout' => 10.0, 'wait_timeout' => 5.0, 'heartbeat' => -1,