-
Notifications
You must be signed in to change notification settings - Fork 427
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
Don't use infinity as default timeout #219
Comments
Interesting that I got a similar comment on HTTPoison edgurgel/httpoison#64 |
It's now set to 5s :) Not sure right now what is the best value for it. |
Also in the next version it shouldn't freeze anymore the pool. |
@benoitc great :) for the record, we started seeing connections (to s3) hanging indefinitely after upgrading from 0.13.0 to 1.1.0 |
Pool locking will be handled in the next release. Basically there won't be On Thu, Jul 30, 2015 at 1:27 PM Richard Jones notifications@github.com
|
There is a default 'infinity'
recv_timeout
in hackney:requestinfinity makes a poor default, imo.
The text was updated successfully, but these errors were encountered: