Skip to content

Commit 0e9a954

Browse files
update read timeout
1 parent f783d33 commit 0e9a954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snowflake/connector/crl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class CRLConfig:
5555
CertRevocationCheckMode.DISABLED
5656
)
5757
allow_certificates_without_crl_url: bool = False
58-
connection_timeout_ms: int = 3000
59-
read_timeout_ms: int = 90000 # 90s
58+
connection_timeout_ms: int = 5000
59+
read_timeout_ms: int = 5000 # 5s
6060
cache_validity_time: timedelta = timedelta(hours=24)
6161
enable_crl_cache: bool = True
6262
enable_crl_file_cache: bool = True

0 commit comments

Comments
 (0)