Merge "Fix issue in SpecialCachedPage: only save cache when initialized"
[lhc/web/wiklou.git] / maintenance / refreshLinks.php
index 26d7e29..b5aa85f 100644 (file)
@@ -287,6 +287,7 @@ class RefreshLinks extends Maintenance {
                                $dbw->delete( $table, array( $field => $list ), __METHOD__ );
                        }
                        $this->output( "\n" );
+                       wfWaitForSlaves();
                }
                $lb->closeAll();
        }