Skip to content

Commit 073ebd0

Browse files
hotfix: remove idle db timeout
1 parent 3c49632 commit 073ebd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/db/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ globalThis._drizzleDb ??= drizzle(
1717
prepare: false,
1818
debug: true,
1919
max: 72,
20-
idle_timeout: 10,
2120
connect_timeout: 60,
2221
}),
2322
{

0 commit comments

Comments
 (0)