From 9ba660f01d834e7d0e3c1348ba6842a869177104 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 15 May 2023 11:08: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?=E9=93=BE=E6=8E=A5=E9=85=8D=E7=BD=AE?= 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 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,