Skip to content

Commit c602cf5

Browse files
authored
Merge pull request #23 from cnbrown04/role-creation
fix: remove unused stuff
2 parents a9a40c0 + 6fc9c9f commit c602cf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/abac/adapter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ async function createDialect(
6868
connectionLimit: config.connectionLimit ?? 5,
6969
waitForConnections: config.waitForConnections ?? true,
7070
queueLimit: config.queueLimit ?? 0,
71-
acquireTimeout: 60000,
72-
timeout: 60000,
7371
idleTimeout: 300000,
7472
maxIdle: 2,
7573
}),

0 commit comments

Comments
 (0)