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

feat(duvet-core): add concurrency limits to open files #137

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

camshaft
Copy link
Member

Description of changes:

While testing larger codebase scans, macOS runs into ulimit -n issues, since the default is 256. This adds concurrency limiting to open files to avoid this issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@camshaft camshaft marked this pull request as ready for review November 14, 2024 17:59
@camshaft camshaft requested a review from a team as a code owner November 14, 2024 17:59
@camshaft camshaft merged commit dc53789 into main Nov 14, 2024
12 checks passed
@camshaft camshaft deleted the camshaft/fs-concurrency branch November 14, 2024 18:38
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