Skip to content

Commit a0a8777

Browse files
committed
0.1.5
1 parent 9986234 commit a0a8777

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## next
1+
## 0.1.5 (2024-11-15)
22

3-
- Added `maxConcurrency` option to limit concurrent FS operations, preventing "too many open files" errors (#8)
3+
- Fixed "too many open files" errors by limiting concurrent FS operations (#8)
4+
- Added the `maxConcurrency` option to customize the concurrency limit for FS operations, with a default value of 50 (#8)
45
- 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
56

67
## 0.1.4 (2024-10-30)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discoveryjs/scan-git",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A tool set for fast and efficient git scanning to capture data with focus on large repos",
55
"repository": "discoveryjs/scan-git",
66
"author": "Roman Dvornov <[email protected]>",

0 commit comments

Comments
 (0)