Index: trunk/phase3/includes/memcached-client.php |
— | — | @@ -258,8 +258,8 @@ |
259 | 259 | $this->_cache_sock = array(); |
260 | 260 | $this->_host_dead = array(); |
261 | 261 | |
262 | | - $this->_timeout_seconds = 1; |
263 | | - $this->_timeout_microseconds = 0; |
| 262 | + $this->_timeout_seconds = 0; |
| 263 | + $this->_timeout_microseconds = 50000; |
264 | 264 | |
265 | 265 | $this->_connect_timeout = 0.01; |
266 | 266 | $this->_connect_attempts = 2; |