作者
lijie
commit
|
|
spring:
|
|
|
cloud:
|
|
|
gateway:
|
|
|
httpclient:
|
|
|
connect-timeout: 5000
|
|
|
response-timeout: PT30S
|
|
|
pool:
|
|
|
type: fixed
|
|
|
max-connections: 1000
|
|
|
max-per-route: 100
|
|
|
acquire-timeout: 1000
|
|
|
max-idle-time: 60000
|
|
|
max-life-time: 180000
|
|
|
locator:
|
|
|
enabled: true
|
|
|
|
...
|
...
|
|