Merge pull request #157 from wenshuangcs2010/test

修复不能使用memcache
This commit is contained in:
ThinkPHP
2016-01-01 11:46:12 +08:00

View File

@@ -24,7 +24,7 @@ class Memcache
'host' => '127.0.0.1',
'port' => 11211,
'expire' => 0,
'timeout' => false,
'timeout' => 1,
'persistent' => false,
'length' => 0,
];