Skip to content

Commit 4392660

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-80719: Update OCSP Cache Expiration to 5 days
1 parent 83b0991 commit 4392660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ocsp_snowflake.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ class OCSPCache(object):
354354
# OCSP cache update flag
355355
CACHE_UPDATED = False
356356

357-
# Cache Expiration in seconds (24 hours). OCSP validation cache is
358-
# invalidated every 24 hours
359-
CACHE_EXPIRATION = 86400
357+
# Cache Expiration in seconds (120 hours). OCSP validation cache is
358+
# invalidated every 120 hours (5 days)
359+
CACHE_EXPIRATION = 432000
360360

361361
# OCSP Response Cache URI
362362
OCSP_RESPONSE_CACHE_URI = None

0 commit comments

Comments
 (0)