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 default timeout #6709

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add default timeout #6709

wants to merge 2 commits into from

Commits on May 21, 2024

  1. Add default timeout

    This adds a default connect and read timeout value for all usage of
    Requests. This is to solve a long-standing issue where some systems do
    not have a sufficiently low default value.
    
    Personally, I'd want these values to be much lower, but a 10 second
    connection timeout and a 30 second read timeout seem like they should be
    enough to avoid problems for the edge cases of users while also not
    being so large that they're basically ineffective.
    
    Closes psf#3070
    sigmavirus24 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    754980b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c391037 View commit details
    Browse the repository at this point in the history