Skip to content
Snippets Groups Projects

Separate connect/read timeouts in pylinkahead.ini

Merged I. Nüske requested to merge f-enh-fit-93-pylinkahead-separate-timeouts into dev
2 unresolved threads
2 files
+ 19
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -422,8 +422,10 @@ def configure_connection(**kwargs):
- "keyring" Uses the `keyring` library.
- "auth_token" Uses only a given auth_token.
timeout : int
timeout : int, tuple, or None
A connection timeout in seconds. (Default: 210)
If a tuple is given, they are used as connect and read timeouts
respectively, timeout None disables the timeout.
ssl_insecure : bool
Whether SSL certificate warnings should be ignored. Only use this for
Loading