25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
20 satır
444 B
20 satır
444 B
# hystrix.command.default.execution.timeout.enabled: false
|
|
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
|
|
server:
|
|
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
|