Skip to content

Commit

Permalink
test prisma without limit
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 10, 2024
1 parent ca2b34a commit e743b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/prismaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const client =
new PrismaClient({
datasources: {
db: {
url: process.env.DATABASE_URL + "&connection_limit=5",
url: process.env.DATABASE_URL + "&connection_limit=100",
},
},
log: ["info", "warn", "error"],
Expand Down

0 comments on commit e743b42

Please # to comment.