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

Add flag for max number of idle connections #48

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

fsmiamoto
Copy link
Contributor

This additional flag allows for specifying the maximum number of idle
connections per target host, with a default of 10,000.

If I missed anything, just give me a heads up :D

Closes #28

This additional flag allows for specifying the maximum number of idle
connections per target host, with a default of 10,000.
This was pretty simple since we only needed to pass the value to the
Vegata API.
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2020

Codecov Report

Merging #48 into master will decrease coverage by 0.03%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   77.78%   77.75%   -0.02%     
==========================================
  Files           8        8              
  Lines         369      373       +4     
==========================================
+ Hits          287      290       +3     
- Misses         63       64       +1     
  Partials       19       19              
Impacted Files Coverage Δ
attacker/attacker.go 69.24% <66.67%> (-0.21%) ⬇️
main.go 79.42% <100.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85c84c5...b14b519. Read the comment docs.

@nakabonne
Copy link
Owner

@fsmiamoto Hey, thanks for your contribution! Perfect, helped a lot.

@nakabonne nakabonne merged commit fb9a839 into nakabonne:master Oct 6, 2020
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.

Support connections options
3 participants