We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc96f5 commit 5f0d226Copy full SHA for 5f0d226
1 file changed
src/redfetch/meta.py
@@ -42,7 +42,7 @@ def get_current_version():
42
return __version__
43
44
45
-_UPDATE_CACHE_TTL_SECONDS = 2 * 60 * 60 # 2 hours
+_UPDATE_CACHE_TTL_SECONDS = 10 * 60 # 10 minutes
46
47
_meta_cache = None
48
0 commit comments