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

Issue997 default connector limit #991

Merged
merged 5 commits into from Jul 23, 2016
Merged

Issue997 default connector limit #991

merged 5 commits into from Jul 23, 2016

Conversation

rmariano
Copy link
Contributor

What do these changes do?

Changes the default limit for connections from None, to 20

Are there changes in behavior for the user?

It should not, unless the user was expecting to always use an unlimited number of connections all the time, in which case, they are now being bounded to 20.

Related issue number

Issue#997

Checklist

  • [ x ] I think the code is well written
  • [ x ] Unit tests for the changes exist
  • [ x ] Documentation reflects the changes

The default was changed from `None` to 20. `None` used to mean that
there were no limits at all, so all number of connections were allowed
to the same endpoint.

Not, when the user does not specify, the default is 20, but it is still
possible to set `None`.

#977
In the docs, document the new behaviour of the `limit` parameter, which
now defaults to 20, instead of `None`.
@asvetlov asvetlov merged commit 9942012 into aio-libs:master Jul 23, 2016
@asvetlov
Copy link
Member

Thank you very much!

@rmariano rmariano deleted the issue997-default-connector-limit branch June 29, 2017 08:39
@lock
Copy link

lock bot commented Oct 28, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants