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 70a09c1 commit 08b90a2Copy full SHA for 08b90a2
src/snowflake/connector/crl.py
@@ -65,7 +65,7 @@ class CRLConfig:
65
crl_cache_dir: Path | str | None = None
66
crl_cache_removal_delay_days: int = 7
67
crl_cache_cleanup_interval_hours: int = 1
68
- crl_cache_start_cleanup: bool = True
+ crl_cache_start_cleanup: bool = False
69
70
@classmethod
71
def from_connection(cls, sf_connection) -> CRLConfig:
0 commit comments