Skip to content

Commit 1b63402

Browse files
Fixup Jenkins build (#2572)
1 parent 8ef7684 commit 1b63402

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)