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 2f2a873 commit 36ca0acCopy full SHA for 36ca0ac
1 file changed
rocrate_validator/constants.py
@@ -87,5 +87,5 @@
87
JSON_OUTPUT_FORMAT_VERSION = "0.2"
88
89
# Http Cache Settings
90
-DEFAULT_HTTP_CACHE_TIMEOUT = 60
+DEFAULT_HTTP_CACHE_MAX_AGE = 300 # in seconds
91
DEFAULT_HTTP_CACHE_PATH_PREFIX = '/tmp/rocrate_validator_cache'
0 commit comments