r96834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96833‎ | r96834 | r96835 >
Date:12:12, 12 September 2011
Author:tstarling
Status:ok (Comments)
Tags:
Comment:
Live patch to disable squid updates in HTMLCacheUpdate.php
Modified paths:
  • /branches/wmf/1.17wmf1/includes/HTMLCacheUpdate.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/HTMLCacheUpdate.php
@@ -191,10 +191,13 @@
192192 }
193193
194194 # Update squid
 195+ # Disable this as a temporary measure per private-l post -- TS
 196+ /*
195197 if ( $wgUseSquid ) {
196198 $u = SquidUpdate::newFromTitles( $titleArray );
197199 $u->doUpdate();
198200 }
 201+ */
199202
200203 # Update file cache
201204 if ( $wgUseFileCache ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r975091.18wmf1 Merge r96834reedy15:41, 19 September 2011

Comments

#Comment by Tim Starling (talk | contribs)   12:15, 12 September 2011

This should be reverted, but with supervision from ops to make sure CPU usage doesn't get excessively high and spiky.

Status & tagging log