正在显示
1 个修改的文件
包含
10 行增加
和
0 行删除
1 | spring: | 1 | spring: |
2 | cloud: | 2 | cloud: |
3 | gateway: | 3 | gateway: |
4 | + httpclient: | ||
5 | + connect-timeout: 5000 | ||
6 | + response-timeout: PT30S | ||
7 | + pool: | ||
8 | + type: fixed | ||
9 | + max-connections: 1000 | ||
10 | + max-per-route: 100 | ||
11 | + acquire-timeout: 1000 | ||
12 | + max-idle-time: 60000 | ||
13 | + max-life-time: 180000 | ||
4 | discovery: | 14 | discovery: |
5 | locator: | 15 | locator: |
6 | enabled: true | 16 | enabled: true |
-
请 注册 或 登录 后发表评论