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