From 32f575eddd80d06ef05cd977904ca7f2c3b88dba Mon Sep 17 00:00:00 2001 From: John Date: Thu, 21 Mar 2019 10:36:24 +0800 Subject: [PATCH] update unit test of gins --- g/frame/gins/gins_redis_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/g/frame/gins/gins_redis_test.go b/g/frame/gins/gins_redis_test.go index 62df9f5db..5bcc02214 100644 --- a/g/frame/gins/gins_redis_test.go +++ b/g/frame/gins/gins_redis_test.go @@ -45,9 +45,9 @@ test = "v=3" priority = "1" # Redis数据库配置 [redis] - default = "127.0.0.1:6379,10" - cache = "127.0.0.1:6379,20" - disk = "127.0.0.1:6379,30,?maxIdle=1&maxActive=10&idleTimeout=10&maxConnLifetime=10" + default = "127.0.0.1:6379,7" + cache = "127.0.0.1:6379,8" + disk = "127.0.0.1:6379,9,?maxIdle=1&maxActive=10&idleTimeout=10&maxConnLifetime=10" ` path := "config.toml" err := gfile.PutContents(path, config)