Skip to content

Commit e83e0a7

Browse files
NO-SNOW: Disable CRL cache to avoid blocking process (#2655)
1 parent db68aec commit e83e0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/crl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class CRLConfig:
6363
crl_cache_dir: Path | str | None = None
6464
crl_cache_removal_delay_days: int = 7
6565
crl_cache_cleanup_interval_hours: int = 1
66-
crl_cache_start_cleanup: bool = True
66+
crl_cache_start_cleanup: bool = False
6767

6868
@classmethod
6969
def from_connection(cls, sf_connection) -> CRLConfig:

0 commit comments

Comments
 (0)