Skip to content

Commit

Permalink
更新redis配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Mar 24, 2018
1 parent 01b3238 commit ccfced2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions yan-web/src/main/resources/properties/redis.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

redis.maxTotal=100
redis.maxIdle=10
redis.maxIdle=300
redis.maxTotal=1000
redis.maxWaitMillis=10000
redis.minEvictableIdleTimeMillis=300000
redis.numTestsPerEvictionRun=1024
redis.timeBetweenEvictionRunsMillis=30000
redis.testWhileIdle=true
redis.testOnBorrow=true
redis.timeout=10000

redis.hostName=192.168.0.200
redis.port=6379
Expand Down

0 comments on commit ccfced2

Please sign in to comment.