1. ribbon:
    2. #请求连接的超时时间
    3. ConnectTimeout: 5000
    4. #请求处理的超时时间
    5. ReadTimeout: 30000
    6. #对当前实例的重试次数
    7. MaxAutoRetries: 0
    8. #对所有操作请求都进行重试
    9. OkToRetryOnAllOperations: false
    10. #刷新server list的时间间隔参数
    11. ServerListRefreshInterval: 2000
    12. #切换实例的重试次数
    13. MaxAutoRetriesNextServer: 3