Index: trunk/phase3/includes/RefreshLinksJob.php |
— | — | @@ -111,8 +111,9 @@ |
112 | 112 | $update = new LinksUpdate( $title, $parserOutput, false ); |
113 | 113 | $update->doUpdate(); |
114 | 114 | wfProfileOut( __METHOD__.'-update' ); |
115 | | - wfProfileOut( __METHOD__ ); |
| 115 | + wfWaitForSlaves( 5 ); |
116 | 116 | } |
| 117 | + wfProfileOut( __METHOD__ ); |
117 | 118 | |
118 | 119 | return true; |
119 | 120 | } |