We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a40c0 + 6fc9c9f commit c602cf5Copy full SHA for c602cf5
src/abac/adapter.ts
@@ -68,8 +68,6 @@ async function createDialect(
68
connectionLimit: config.connectionLimit ?? 5,
69
waitForConnections: config.waitForConnections ?? true,
70
queueLimit: config.queueLimit ?? 0,
71
- acquireTimeout: 60000,
72
- timeout: 60000,
73
idleTimeout: 300000,
74
maxIdle: 2,
75
}),
0 commit comments