-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Change client connector's limit
semantic
#1601
Comments
How does it confusing and what's the alternative you want to propose? |
I would use as pool_size. Question is does anyone need current semantic of |
|
ok, here is mark |
Agree with |
i like |
Cool! |
let's use |
+1 for capacity |
I share @asvetlov votes. |
ok, lets use "capacity" |
in master |
I think this was a bad change.
Yes, to me - I use So the existing functionality isn't outright useless. Also, while I don't know if If you're determined to kill off the old
A rule of thumb that I always apply is that short comments stating what a variable means are a code smell, since they suggest that you could've just named the variable to whatever you're putting in the comment. In this case, why not rename the variable to |
we can re-introduce limit as |
will add |
If I'm understand correctly, you guys have now released a backwards-incompatible API change in a patch version update? |
Aha, no, I see - there release targets the 1.3 branch which doesn't have the change to |
Is
limit
useful in its current form? It seems confusing. Should it be just total number of connections?The text was updated successfully, but these errors were encountered: