Merge branch 'dev'
This commit is contained in:
commit
29c3a2891d
@ -24,10 +24,10 @@ return [
|
||||
'collation' => env('DB_COLLATION', 'utf8_unicode_ci'),
|
||||
'prefix' => env('DB_PREFIX', ''),
|
||||
'pool' => [
|
||||
'min_connections' => 50,
|
||||
'max_connections' => 100,
|
||||
'connect_timeout' => 10.0,
|
||||
'wait_timeout' => 5.0,
|
||||
'min_connections' => 100,
|
||||
'max_connections' => 300,
|
||||
'connect_timeout' => 15.0,
|
||||
'wait_timeout' => 10.0,
|
||||
'heartbeat' => -1,
|
||||
'max_idle_time' => (float) env('DB_MAX_IDLE_TIME', 60),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user