Commit c668da83 by 田超

fixbug[none]:修改redis参数

parent 666b66df
...@@ -4,9 +4,9 @@ redis.cluster.timeout = 300000 ...@@ -4,9 +4,9 @@ redis.cluster.timeout = 300000
redis.cluster.maxRedirections = 6 redis.cluster.maxRedirections = 6
# redis pool # redis pool
redis.cluster.pool.maxTotal = 1000 redis.cluster.pool.maxTotal = 20000
redis.cluster.pool.minIdle = 0 redis.cluster.pool.minIdle = 0
redis.cluster.pool.maxIdle = 50 redis.cluster.pool.maxIdle = 100
redis.cluster.pool.maxWaitMillis = 30000 redis.cluster.pool.maxWaitMillis = 30000
redis.cluster.pool.timeBetweenEvictionRunsMillis = 30000 redis.cluster.pool.timeBetweenEvictionRunsMillis = 30000
redis.cluster.pool.testOnBorrow = true redis.cluster.pool.testOnBorrow = true
\ No newline at end of file
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