From 7abd7520b3f1a2342a2ebc53612fd9baefe0fb12 Mon Sep 17 00:00:00 2001 From: happykress Date: Thu, 31 Dec 2015 15:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8memcache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/cache/driver/memcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/cache/driver/memcache.php b/library/think/cache/driver/memcache.php index a49c8c79..3b49b3ea 100644 --- a/library/think/cache/driver/memcache.php +++ b/library/think/cache/driver/memcache.php @@ -24,7 +24,7 @@ class Memcache 'host' => '127.0.0.1', 'port' => 11211, 'expire' => 0, - 'timeout' => false, + 'timeout' => 1, 'persistent' => false, 'length' => 0, ];