Index: trunk/extensions/AbuseFilter/AbuseFilter.php |
— | — | @@ -61,8 +61,6 @@ |
62 | 62 | |
63 | 63 | $wgAbuseFilterAvailableActions = array( 'flag', 'throttle', 'warn', 'disallow', 'blockautopromote', 'block', 'degroup', /* Disabled because it's ridiculously excessive 'rangeblock'*/ /*, 'tag' Disabled for now to avoid trunk changes. */ ); |
64 | 64 | |
65 | | -// Conditions take about 4ms to check, so 100 conditions would take 400ms |
66 | | -// Currently, has no effect. |
67 | 65 | $wgAbuseFilterConditionLimit = 1000; |
68 | 66 | |
69 | 67 | // 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 |