server-service-test.yml 252 B

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