Merge "Remove the 20 edits threshold from ULSCompactLinksDisablePref.php"

This commit is contained in:
jenkins-bot
2017-10-17 08:51:34 +00:00
committed by Gerrit Code Review

View File

@@ -43,7 +43,6 @@ class ULSCompactLinksDisablePref extends Maintenance {
]; ];
$options = [ $options = [
'GROUP BY' => 'rev_user', 'GROUP BY' => 'rev_user',
'HAVING' => 'count(*) >= 20',
'ORDER BY' => 'rev_user', 'ORDER BY' => 'rev_user',
'LIMIT' => $this->mBatchSize, 'LIMIT' => $this->mBatchSize,
]; ];