Commit b0556dee by 马黎滨

redis扩容

parent 8d4d49c9
......@@ -6,9 +6,9 @@ redis.host = 192.168.0.39
redis.port = 6379
redis.database = 1
#maxIdle
redis.maxIdle=10
redis.maxIdle=20
#minIdle
redis.minIdle=5
redis.minIdle=10
#maxTotal
redis.maxTotal=20
#timeout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment