Revision: 48510
Author:   werdna
Date:     2009-03-18 04:50:55 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
Increase threshold for resetting counters.

Modified Paths:
--------------
    trunk/extensions/AbuseFilter/AbuseFilter.class.php

Modified: trunk/extensions/AbuseFilter/AbuseFilter.class.php
===================================================================
--- trunk/extensions/AbuseFilter/AbuseFilter.class.php  2009-03-18 04:10:04 UTC 
(rev 48509)
+++ trunk/extensions/AbuseFilter/AbuseFilter.class.php  2009-03-18 04:50:55 UTC 
(rev 48510)
@@ -932,7 +932,7 @@
 
                $storage_period = self::$statsStoragePeriod;
                
-               if (!$total || $total > 1000) {
+               if (!$total || $total > 10000) {
                        // This is for if the total doesn't exist, or has gone 
past 1000.
                        //  Recreate all the keys at the same time, so they 
expire together.
                        $wgMemc->set( $total_key, 0, $storage_period );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to