Remove wfWaitForSlaves when using Maintenance::commitTransaction
[lhc/web/wiklou.git] / maintenance / storage / compressOld.php
index 4414c5b..a67e261 100644 (file)
@@ -462,7 +462,6 @@ class CompressOld extends Maintenance {
                                $this->output( "/" );
                                $this->commitTransaction( $dbw, __METHOD__ );
                                $i += $thisChunkSize;
-                               wfWaitForSlaves();
                        }
                        $this->output( "\n" );
                }