修改数据库链接配置

This commit is contained in:
wucongxing 2023-05-15 11:08:25 +08:00
parent 21e9812bf1
commit 9ba660f01d

View File

@ -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,