r50067 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50066‎ | r50067 | r50068 >
Date:05:34, 30 April 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Wait for slaves after each page (from live patch).
Modified paths:
  • /trunk/phase3/includes/RefreshLinksJob.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/RefreshLinksJob.php
@@ -111,8 +111,9 @@
112112 $update = new LinksUpdate( $title, $parserOutput, false );
113113 $update->doUpdate();
114114 wfProfileOut( __METHOD__.'-update' );
115 - wfProfileOut( __METHOD__ );
 115+ wfWaitForSlaves( 5 );
116116 }
 117+ wfProfileOut( __METHOD__ );
117118
118119 return true;
119120 }

Status & tagging log