Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECO-4721] Fix rest fallback behavior #1721

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Commits on Apr 17, 2024

  1. Fix incorrect default value for httpRequestTimeout client option

    It should be 10 seconds according to TO3l4
    VeskeR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    754c6dc View commit details
    Browse the repository at this point in the history
  2. Add max elapsed time check for rest fallback host retries for TO3l6

    Add missing `httpMaxRetryDuration` value to Defaults.TIMEOUTS
    
    Resolves #1717
    VeskeR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8998461 View commit details
    Browse the repository at this point in the history
  3. Add tests for TO3l6

    VeskeR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5419ef3 View commit details
    Browse the repository at this point in the history