Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 15, 2024
1 parent 9986234 commit a0a8777
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## next
## 0.1.5 (2024-11-15)

- Added `maxConcurrency` option to limit concurrent FS operations, preventing "too many open files" errors (#8)
- Fixed "too many open files" errors by limiting concurrent FS operations (#8)
- Added the `maxConcurrency` option to customize the concurrency limit for FS operations, with a default value of 50 (#8)
- Fixed Node.js warnings such as "Warning: Closing file descriptor # on garbage collection", which is deprecated in Node.js 22 and will result in an error being thrown in the future

## 0.1.4 (2024-10-30)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/scan-git",
"version": "0.1.4",
"version": "0.1.5",
"description": "A tool set for fast and efficient git scanning to capture data with focus on large repos",
"repository": "discoveryjs/scan-git",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit a0a8777

Please sign in to comment.