Explorar el Código

redis测试环境变更 172.26.0.108 6390 空密码

hill9868 hace 6 años
padre
commit
b856d5001a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app-ehr-admin.yml

+ 2 - 2
app-ehr-admin.yml

@ -8,8 +8,8 @@ spring:
    database: 0 # Database index used by the connection factory.
    timeout: 0 # Connection timeout in milliseconds.
    pool:
      max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
      max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
      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.
      max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
      min-idle: 1  # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.