We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f783d33 commit 0e9a954Copy full SHA for 0e9a954
src/snowflake/connector/crl.py
@@ -55,8 +55,8 @@ class CRLConfig:
55
CertRevocationCheckMode.DISABLED
56
)
57
allow_certificates_without_crl_url: bool = False
58
- connection_timeout_ms: int = 3000
59
- read_timeout_ms: int = 90000 # 90s
+ connection_timeout_ms: int = 5000
+ read_timeout_ms: int = 5000 # 5s
60
cache_validity_time: timedelta = timedelta(hours=24)
61
enable_crl_cache: bool = True
62
enable_crl_file_cache: bool = True
0 commit comments