statement-service-prod.yml 253 B

123456789101112131415
  1. feign:
  2. hystrix:
  3. enabled: true
  4. ribbon:
  5. ReadTimeout: 10000
  6. ConnectTimeout: 10000
  7. ServerListRefreshInterval: 10000
  8. hystrix:
  9. command:
  10. default:
  11. execution:
  12. isolation:
  13. thread:
  14. timeoutInMilliseconds: 10000