Skip to content

Commit 33a271f

Browse files
committed
feat: increase api gateway timeout
1 parent b15ab4f commit 33a271f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Status:
9090

9191
class HttpClientDefaultValues:
9292
max_retries = 1
93-
timeout = 30
93+
timeout = 59
9494
backoff_factor = 0.1
9595
status_forcelist = [502, 503, 504]
9696

0 commit comments

Comments
 (0)