Skip to content

Commit 7453b96

Browse files
Raise socket connections
1 parent c9fba77 commit 7453b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/socket/database/operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const socketDb = drizzle(
2929
prepare: false,
3030
idle_timeout: 10,
3131
connect_timeout: 20,
32-
max: 15,
32+
max: 25,
3333
onnotice: () => {},
3434
}),
3535
{ schema }

0 commit comments

Comments
 (0)