You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current implementation, requests timeout in the http client (httpx) isn't set, so the default value of 5 seconds is used, which can be too little for some users.
To solve this, we could add a request timeout parameter somewhere to be passed directly to the http client request.
Refer here for more information about how to configure timeout in httpx.
The text was updated successfully, but these errors were encountered:
With the current implementation, requests timeout in the http client (httpx) isn't set, so the default value of 5 seconds is used, which can be too little for some users.
To solve this, we could add a request timeout parameter somewhere to be passed directly to the http client request.
Refer here for more information about how to configure timeout in httpx.
The text was updated successfully, but these errors were encountered: