Remove the 20 edits threshold from ULSCompactLinksDisablePref.php

Change-Id: I0ce645201f2a7dab72fb68f855c0f2be59dcf55e
This commit is contained in:
Amire80
2017-10-16 17:10:36 +03:00
parent 7c939159c7
commit b9db9caa17

View File

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