Introduce Maintenance::getBatchSize()
[lhc/web/wiklou.git] / maintenance / wrapOldPasswords.php
index 85fa780..981143e 100644 (file)
@@ -87,7 +87,7 @@ class WrapOldPasswords extends Maintenance {
                                __METHOD__,
                                [
                                        'ORDER BY' => 'user_id',
-                                       'LIMIT' => $this->mBatchSize,
+                                       'LIMIT' => $this->getBatchSize(),
                                        'LOCK IN SHARE MODE',
                                ]
                        );