Introduce Maintenance::getBatchSize()
[lhc/web/wiklou.git] / maintenance / checkUsernames.php
index e6d9547..f29f836 100644 (file)
@@ -50,7 +50,7 @@ class CheckUsernames extends Maintenance {
                                __METHOD__,
                                [
                                        'ORDER BY' => 'user_id',
-                                       'LIMIT' => $this->mBatchSize,
+                                       'LIMIT' => $this->getBatchSize(),
                                ]
                        );