We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93db281 commit a857d84Copy full SHA for a857d84
update_all_notebooks.py
@@ -2431,7 +2431,7 @@ def _safe_int(v):
2431
# How long an "ok" row is allowed to stay in the cache before its
2432
# downloads/likes are refreshed against the Hub. created_at is immutable so
2433
# this only matters for the popularity counters.
2434
-_MODEL_CACHE_OK_TTL_DAYS = 7
+_MODEL_CACHE_OK_TTL_DAYS = 14
2435
2436
2437
def _ok_row_is_stale(entry, ttl_days=_MODEL_CACHE_OK_TTL_DAYS):
0 commit comments