Skip to content

Conversation

dominicletz
Copy link
Contributor

It seems poolSize has been replaced by max end of 2017 in most places of the codebase but this one. I assume that was a miss.

@charmander
Copy link
Collaborator

Can the line be removed entirely? I’m not sure what it’s for.

@dominicletz
Copy link
Contributor Author

I think the line is there to make it explicit that at least two concurrent connections are needed for this test. Of course the current default is 10 and so you could remove it now - but then the functioning of the test is bound to the default being 2 or bigger.

@charmander
Copy link
Collaborator

It might be worth passing { max: 2 } directly to the constructor, then, since it looks like it affects other tests right now.

@dominicletz
Copy link
Contributor Author

Agreed! Made that change

@charmander charmander merged commit a9b3ef7 into brianc:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants