mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Fix connection reservation logic (#9153)
This commit is contained in:
@@ -318,9 +318,8 @@ export function getDBClient (
|
||||
database,
|
||||
max: 10,
|
||||
min: 2,
|
||||
connect_timeout: 10,
|
||||
idle_timeout: 30,
|
||||
max_lifetime: 300,
|
||||
connect_timeout: 30,
|
||||
idle_timeout: 0,
|
||||
transform: {
|
||||
undefined: null
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user