Skip to content

Commit 36ca0ac

Browse files
committed
chore(utils): 🔧 increase session cache max age to 300 seconds
1 parent 2f2a873 commit 36ca0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocrate_validator/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@
8787
JSON_OUTPUT_FORMAT_VERSION = "0.2"
8888

8989
# Http Cache Settings
90-
DEFAULT_HTTP_CACHE_TIMEOUT = 60
90+
DEFAULT_HTTP_CACHE_MAX_AGE = 300 # in seconds
9191
DEFAULT_HTTP_CACHE_PATH_PREFIX = '/tmp/rocrate_validator_cache'

0 commit comments

Comments
 (0)