-
Notifications
You must be signed in to change notification settings - Fork 509
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
improve constant connection timeouts #358
Comments
That seems preferable! In that case, would it just keep waiting until it got a response or the network timed out? |
There would still be a timeout. But currently, I believe the timeout is for getting the whole response from the server. If we already get some response we can assume that server is just slow and not unresponsive and increase or reset the timeout. |
Pending a more intelligent solution, could we use a shorter timeout, and add an option to |
follow up from #323
#323 (comment)
@saulshanabrook
The text was updated successfully, but these errors were encountered: