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

Fix too many open files on file system #62

Merged
merged 4 commits into from
Nov 30, 2023

Conversation

quambene
Copy link
Owner

@quambene quambene commented Nov 29, 2023

Fix too many open files on file system:

  • Set the default for max_idle_connections_per_host in settings.json from 100 to the more sensible 10. Idle connections were stuck in the connection pool.
  • Idle connections will be removed after 5 seconds (see idle_connections_timeout in settings.json).

@quambene quambene linked an issue Nov 29, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (9a6ff33) 90.63% compared to head (7ac66c5) 90.55%.

Files Patch % Lines
src/cmd/fetch.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
- Coverage   90.63%   90.55%   -0.09%     
==========================================
  Files          31       31              
  Lines        4059     4064       +5     
==========================================
+ Hits         3679     3680       +1     
- Misses        380      384       +4     

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

@quambene quambene merged commit f462496 into main Nov 30, 2023
12 of 13 checks passed
@quambene quambene deleted the 59-fetch-error-too-many-open-files branch November 30, 2023 00:29
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.

Fetch error: Too many open files
1 participant