http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97509

Revision: 97509
Author:   reedy
Date:     2011-09-19 15:41:47 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
1.18wmf1 Merge r96834

Modified Paths:
--------------
    branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php

Modified: branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php
===================================================================
--- branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php    2011-09-19 
15:35:48 UTC (rev 97508)
+++ branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php    2011-09-19 
15:41:47 UTC (rev 97509)
@@ -189,10 +189,13 @@
                }
 
                # Update squid
+               # Disable this as a temporary measure per private-l post -- TS
+               /*
                if ( $wgUseSquid ) {
                        $u = SquidUpdate::newFromTitles( $titleArray );
                        $u->doUpdate();
                }
+               */
 
                # Update file cache
                if  ( $wgUseFileCache ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to