r40847 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40846‎ | r40847 | r40848 >
Date:05:50, 15 September 2008
Author:tstarling
Status:old
Tags:
Comment:
Revert change to $wgCUDMaxAge. If you want such a policy change, have an open discussion about it, don't get together with some troll-hunting mates on a private mailing list and make your own rules.
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser.php
@@ -29,7 +29,7 @@
3030 $wgCheckUserLog = '/home/wikipedia/logs/checkuser.log';
3131
3232 # How long to keep CU data?
33 -$wgCUDMaxAge = 5 * 30 * 24 * 3600; // 5 months
 33+$wgCUDMaxAge = 3 * 30 * 24 * 3600; // 3 months
3434
3535 # Mass block limits
3636 $wgCheckUserMaxBlocks = 200;