r58210 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58209‎ | r58210 | r58211 >
Date:20:23, 27 October 2009
Author:midom
Status:ok
Tags:
Comment:
increasing read/write timeout
Modified paths:
  • /branches/wmf-deployment/includes/memcached-client.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/memcached-client.php
@@ -259,7 +259,7 @@
260260 $this->_host_dead = array();
261261
262262 $this->_timeout_seconds = 0;
263 - $this->_timeout_microseconds = 50000;
 263+ $this->_timeout_microseconds = 100000;
264264
265265 $this->_connect_timeout = 0.01;
266266 $this->_connect_attempts = 2;

Status & tagging log