Bladeren bron

代码修改

yeshijie 8 jaren geleden
bovenliggende
commit
c736fac28b
1 gewijzigde bestanden met toevoegingen van 0 en 5 verwijderingen
  1. 0 5
      patient-co/patient-co-wlyy-job/src/main/resources/application.yml

+ 0 - 5
patient-co/patient-co-wlyy-job/src/main/resources/application.yml

@ -409,11 +409,6 @@ spring:
    host: 172.19.103.88 # Redis server host.
    port: 6379 # Redis server port.
    password:
  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-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.
channel:
  redis: