Skip to content

Commit 08b90a2

Browse files
sfc-gh-pczajkasfc-gh-turbaszek
authored andcommitted
Fixup Jenkins build (#2572)
1 parent 70a09c1 commit 08b90a2

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
@@ -65,7 +65,7 @@ class CRLConfig:
6565
crl_cache_dir: Path | str | None = None
6666
crl_cache_removal_delay_days: int = 7
6767
crl_cache_cleanup_interval_hours: int = 1
68-
crl_cache_start_cleanup: bool = True
68+
crl_cache_start_cleanup: bool = False
6969

7070
@classmethod
7171
def from_connection(cls, sf_connection) -> CRLConfig:

0 commit comments

Comments
 (0)