yasaka
6 years ago
1 changed files with 17 additions and 1 deletions
@ -1,4 +1,20 @@ |
|||
# hystrix.command.default.execution.timeout.enabled: false |
|||
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 |
|||
server: |
|||
port: 8200 |
|||
port: 8200 |
|||
logging: |
|||
level: |
|||
com.yasaka.stock.feign.MFeignClient: debug |
|||
feign: |
|||
hystrix: |
|||
enabled: true |
|||
ribbon: |
|||
ReadTimeout: 30000 |
|||
ConnectTimeout: 15000 |
|||
hystrix: |
|||
command: |
|||
default: |
|||
execution: |
|||
isolation: |
|||
thread: |
|||
timeoutInMilliseconds: 10000 |
Loading…
Reference in new issue