https://bugzilla.wikimedia.org/show_bug.cgi?id=6341
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Krinkle <[email protected]> 2010-11-28 18:19:44 UTC --- Current on Wikimedia wikis it's set to 30 days: $wgRCMaxAge = 30*86400; ( http://noc.wikimedia.org/conf/highlight.php?file=CommonSettings.php ) Which overwrote the MW default of 7 days as of MW 1.4.0 ( 7 * 24 * 3600 ) As of 1.16.0 the default is 13 weeks (about three months) $wgRCMaxAge = 13 * 7 * 24 * 3600; ( http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_16/phase3/includes/DefaultSettings.php?view=markup ) Perhaps we should up this on WMF wikis as well ? Or make the default 13 weeks and lower it on the major wikis back to 30 days (presumably due to table size). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
