Browse Source

更新 'app-ehr-admin.yml'

wangweiqun 5 years ago
parent
commit
c26ca5b6d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ehr-admin.yml

+ 1 - 1
app-ehr-admin.yml

@ -6,7 +6,7 @@ server:
spring:
  redis:
    database: 0 # Database index used by the connection factory.
    timeout: 0 # Connection timeout in milliseconds.
    timeout: 120000 # Connection timeout in milliseconds.
    pool:
      max-active: 100 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
      max-idle: 100 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.