We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcfa0f commit 21981e0Copy full SHA for 21981e0
sentry_sdk/transport.py
@@ -621,6 +621,7 @@ def _get_pool_options(self):
621
options = {
622
"num_pools": 2 if num_pools is None else int(num_pools),
623
"cert_reqs": "CERT_REQUIRED",
624
+ "timeout": urllib3.Timeout(connect=5, read=5),
625
}
626
627
socket_options = None # type: Optional[List[Tuple[int, int, int | bytes]]]
0 commit comments