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, ];