Skip to content

Commit

Permalink
added highWaterMark for fsPromises.opendir
Browse files Browse the repository at this point in the history
  • Loading branch information
mert committed Sep 3, 2023
1 parent 7aff402 commit 39fd2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ changes:
performance but higher memory usage. **Default:** `32`
* `recursive` {boolean} Resolved `Dir` will be an {AsyncIterable}
containing all sub files and directories. **Default:** `false`
* `highWaterMark` {number} **Default:** `16384`
* Returns: {Promise} Fulfills with an {fs.Dir}.
Asynchronously open a directory for iterative scanning. See the POSIX
Expand Down

0 comments on commit 39fd2fc

Please sign in to comment.