Skip to content

Commit a387471

Browse files
fix: increase timeout (#417)
1 parent 059aceb commit a387471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgrest/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"Content-Type": "application/json",
44
}
55

6-
DEFAULT_POSTGREST_CLIENT_TIMEOUT = 5
6+
DEFAULT_POSTGREST_CLIENT_TIMEOUT = 120

0 commit comments

Comments
 (0)