https://bugzilla.wikimedia.org/show_bug.cgi?id=44570

--- Comment #25 from Krinkle <[email protected]> ---
(In reply to comment #16)
> 'wgParserCacheExpireTime' => array(
>     'default' => 86400 * 365,
> ),
> 
> 
> Should we keep files around for a year? I don't think so..
> 

Proposal to shorten it to 30 days:
 Change If7dad7f5a8 (author=reedy)

To get an insight into how far back the cache really goes in production
(wgParserCacheExpireTime may not be the only factor), we should get statistics
on hits (including 404 hits).

e.g. Any GET request for //bits.wikimedia.org/static-* in the last 30 days
(number of hits by unique url, regardless of whether response was 200/304/404).

Then once we know what the oldest version is that we're still serving, we can
periodically re-query this to see if our changes are helping to move up the cut
off point.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to