statement-service-test.yml 248 B

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