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 83b0991 commit 4392660Copy full SHA for 4392660
ocsp_snowflake.py
@@ -354,9 +354,9 @@ class OCSPCache(object):
354
# OCSP cache update flag
355
CACHE_UPDATED = False
356
357
- # Cache Expiration in seconds (24 hours). OCSP validation cache is
358
- # invalidated every 24 hours
359
- CACHE_EXPIRATION = 86400
+ # Cache Expiration in seconds (120 hours). OCSP validation cache is
+ # invalidated every 120 hours (5 days)
+ CACHE_EXPIRATION = 432000
360
361
# OCSP Response Cache URI
362
OCSP_RESPONSE_CACHE_URI = None
0 commit comments