Skip to content

Commit 630f1e4

Browse files
committed
fix: added timeout for prisma client
1 parent 8deae57 commit 630f1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ export MEMBER_DB_URL="postgresql://johndoe:mypassword@localhost:5632/memberdb"
3232

3333
export CHALLENGE_DB_URL="postgresql://johndoe:mypassword@localhost:5732/challengedb"
3434

35-
export RESOURCE_SERVICE_PRISMA_TIMEOU=10000
35+
export RESOURCE_SERVICE_PRISMA_TIMEOUT=10000

0 commit comments

Comments
 (0)