Commit dea936e7 by chenweitao

Merge branch 'mlbWork' into 'master'

Mlb work

See merge request !52
parents 8df0ca9e b0556dee
......@@ -6,11 +6,11 @@ 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=10
redis.maxTotal=20
#timeout
redis.timeout=5000
redis.testOnBorrow=false
......
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