Index: trunk/extensions/AbuseFilter/AbuseFilter.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | // $wgAbuseFilterConditionLimit = 1000; |
60 | 60 | |
61 | 61 | // Disable filters if they match more than X edits, constituting more than Y% of the last Z edits, if they have been changed in the last S seconds |
62 | | -$wgAbuseFilterEmergencyDisableThreshold = 0.50; |
| 62 | +$wgAbuseFilterEmergencyDisableThreshold = 0.05; |
63 | 63 | $wgAbuseFilterEmergencyDisableCount = 2; |
64 | 64 | $wgAbuseFilterEmergencyDisableAge = 86400; // One day. |
65 | 65 | |