Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Increase metadata cache expiry #2295

Closed
jaredlockhart opened this issue Mar 21, 2017 · 1 comment · Fixed by #2327
Closed

Increase metadata cache expiry #2295

jaredlockhart opened this issue Mar 21, 2017 · 1 comment · Fixed by #2327

Comments

@jaredlockhart
Copy link
Contributor

Presently, we expire metadata for URLs after a fixed period of time (72 hours). When we only needed metadata for recent highlights, and we fetched it as we needed it, this was fine. However now that we use metadata for topsites, we don't want to recompute all the metadata for topsites constantly. This also causes #2184. This is probably also responsible for the localFetch experiment failing. If we increase this to something longer, then we won't need to recompute metadata constantly.

@jaredlockhart
Copy link
Contributor Author

Maybe we could increase it to 30 days.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
MVP Included
Completed
Development

Successfully merging a pull request may close this issue.

2 participants