update unit test of gins

This commit is contained in:
John
2019-03-21 10:36:24 +08:00
parent fbb4cb3b1c
commit 32f575eddd

View File

@ -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)