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

fix: add minimum timeout to getQueryResults API requests #444

Merged
merged 7 commits into from Jan 8, 2021

Commits on Dec 21, 2020

  1. fix: add minimum timeout to getQueryResults API requests

    Since successful responses can still take a long time to download, have
    a minimum timeout which should accomodate 99.9%+ of responses.
    
    I figure it's more important that *any* timeout is set if desired than
    it is that the specific timeout is used.  This is especially true in
    cases where a short timeout is requested for the purposes of a progress
    bar. Making forward progress is more important than the progress bar
    update frequency.
    tswast committed Dec 21, 2020
    Copy the full SHA
    3d0eb2b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Copy the full SHA
    8c89193 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6abd120 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a4dc733 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b1fa85a View commit details
    Browse the repository at this point in the history
  5. chore: remove unused import

    tswast committed Jan 8, 2021
    Copy the full SHA
    90f709d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a4847b2 View commit details
    Browse the repository at this point in the history