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

Limit connection pool #40

Merged
merged 3 commits into from
Dec 20, 2023
Merged

Limit connection pool #40

merged 3 commits into from
Dec 20, 2023

Conversation

matin
Copy link
Owner

@matin matin commented Dec 19, 2023

Closes #39

Limits connection pool with the ability to configure manually and a sensible default of 10.

@matin matin self-assigned this Dec 19, 2023
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5aadba6) 100.00% compared to head (8f563f0) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           34        34           
  Lines         1240      1253   +13     
=========================================
+ Hits          1240      1253   +13     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cyberjunky
Copy link

@matin this looks perfect and you are so fast as always, thanks! I will update my integration and let users test as soon as your new version is released!

@matin matin merged commit 6aeb0fa into main Dec 20, 2023
19 checks passed
@matin matin deleted the connection_pool branch December 20, 2023 15:58
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.

Add options to limit connection pool usage
2 participants