Commit b0556dee by 马黎滨

redis扩容

parent 8d4d49c9
...@@ -6,9 +6,9 @@ redis.host = 192.168.0.39 ...@@ -6,9 +6,9 @@ redis.host = 192.168.0.39
redis.port = 6379 redis.port = 6379
redis.database = 1 redis.database = 1
#maxIdle #maxIdle
redis.maxIdle=10 redis.maxIdle=20
#minIdle #minIdle
redis.minIdle=5 redis.minIdle=10
#maxTotal #maxTotal
redis.maxTotal=20 redis.maxTotal=20
#timeout #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