修改config文件读取
This commit is contained in:
parent
10d02d5142
commit
0d0cc7ace1
@ -26,8 +26,8 @@ return [
|
||||
'pool' => [
|
||||
'min_connections' => 100,
|
||||
'max_connections' => 300,
|
||||
'connect_timeout' => 15.0,
|
||||
'wait_timeout' => 10.0,
|
||||
'connect_timeout' => 10.0,
|
||||
'wait_timeout' => 5.0,
|
||||
'heartbeat' => -1,
|
||||
'max_idle_time' => (float) env('DB_MAX_IDLE_TIME', 60),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user