Skip to content

Commit 5f0d226

Browse files
committed
10 minute update cache
1 parent cdc96f5 commit 5f0d226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/redfetch/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_current_version():
4242
return __version__
4343

4444

45-
_UPDATE_CACHE_TTL_SECONDS = 2 * 60 * 60 # 2 hours
45+
_UPDATE_CACHE_TTL_SECONDS = 10 * 60 # 10 minutes
4646

4747
_meta_cache = None
4848

0 commit comments

Comments
 (0)