https://bugzilla.wikimedia.org/show_bug.cgi?id=63440
--- Comment #6 from WhatamIdoing <[email protected]> --- Antoine, I'm concerned that I may not have been clear: you have WONTFIXed this on the grounds that you don't want to have different cache sizes for each WMF wiki. Good: consider this to be a request to STOP having different cache sizes for different wikis. The request here is really to START offering the SAME (in one case, bigger) cache size that is ALREADY being offered to sv.wikipedia. These files are already being cached; they're just not being offered to everyone. If your goal is to have the same sizes at all WMF sites, then the correct response to this request is to change the current three-different-configurations settings in http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php 'wgThumbLimits' => array( 'default' => array( 120, 150, 180, 200, 220, 250, 300 ), '+itwikiquote' => array( 360 ), 'svwiki' => array( 120, 200, 250, 300, 360 ), ), to a simpler, all-wikis-get-the-same-options configuration: 'wgThumbLimits' => array( 'default' => array( 120, 200, 220, 250, 300, 360 ), ), (As far as I'm concerned, the exact numbers chosen could be adjusted, so long as one option is the bigger size currently offered to two wikis.) If you really want to stop supporting multiple configurations, then the response to this bug should be "yes, immediately" rather than "no, never". -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
