Fix connection reservation logic (#9153)

This commit is contained in:
Denis Bykhov
2025-06-03 08:52:04 +07:00
committed by GitHub
parent 51cc82b175
commit 1705a46bb4
5 changed files with 15 additions and 28 deletions
+2 -3
View File
@@ -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
},