Merge "Remove the 20 edits threshold from ULSCompactLinksDisablePref.php"
This commit is contained in:
@@ -43,7 +43,6 @@ class ULSCompactLinksDisablePref extends Maintenance {
|
||||
];
|
||||
$options = [
|
||||
'GROUP BY' => 'rev_user',
|
||||
'HAVING' => 'count(*) >= 20',
|
||||
'ORDER BY' => 'rev_user',
|
||||
'LIMIT' => $this->mBatchSize,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user