We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ec541 commit 15a8c91Copy full SHA for 15a8c91
listennotes/http_utils.py
@@ -17,7 +17,7 @@ class Request:
17
18
MAX_RETRIES = 3
19
MAX_REDIRECTS = 15
20
- TIMEOUT = 5 # seconds
+ TIMEOUT = 30 # seconds
21
22
def __init__(
23
self,
0 commit comments