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 @@
30
30
$wgCheckUserLog = '/home/wikipedia/logs/checkuser.log';
31
31
32
32
# How long to keep CU data?
33
-$wgCUDMaxAge = 5 * 30 * 24 * 3600; // 5 months
33
+$wgCUDMaxAge = 3 * 30 * 24 * 3600; // 3 months
34
34
35
35
# Mass block limits
36
36
$wgCheckUserMaxBlocks = 200;