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

Add clarity to MVI timeouts #2410

Merged
merged 7 commits into from
Nov 12, 2018
Merged

Add clarity to MVI timeouts #2410

merged 7 commits into from
Nov 12, 2018

Commits on Oct 31, 2018

  1. Add clarity to MVI timeouts

    There was code that looked like it intended to set the open_timeout to 2 and the read_timeout to 10 for MVI,
    but it didn't actually do that.  The default of 15 was used all along for both. Update the code to reflect that
    reality.  I don't believe that we want to reduce the timeout because we regularly see timeout errors.
    annaswims committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    89b07a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c82d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Add mvi config spec

    annaswims committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    c7a22ed View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    4960dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd296ec View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    30006e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add16ee View commit details
    Browse the repository at this point in the history