From: Domas Mituzas Date: Tue, 27 Oct 2009 07:28:29 +0000 (+0000) Subject: wtf:) X-Git-Tag: 1.31.0-rc.0~39085 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=ca9468f8f75721cbbacc9ca457a77119031a45a8;hp=cac2302f6b420f9cbd23f3350840829f193a1a2f;p=lhc%2Fweb%2Fwiklou.git wtf:) --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index 3367c618ba..040c08ac2e 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -849,7 +849,6 @@ class memcached if (!$this->_safe_fwrite($sock, "$cmd $key $amt\r\n")) return $this->_dead_sock($sock); - stream_set_timeout($sock, 1, 0); $line = fgets($sock); $match = array(); if (!preg_match('/^(\d+)/', $line, $match))