Guest User

Untitled

a guest
Aug 14th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ribbon:
  2. OkToRetryOnAllOperations: true #是否所有请求都采用retry机制
  3. ReadTimeout: 500000 #请求处理的超时时间
  4. ConnectTimeout: 500000 #请求连接的超时时间
  5. MaxAutoRetries: 1 #对当前实例的重试次数
  6. MaxAutoRetriesNextServer: 2 #切换实例的重试次数
  7. eureka:
  8. enabled: true #是否采用eureka列表清单
Add Comment
Please, Sign In to add comment