Skip to content

Commit 39fd2fc

Browse files
author
mert
committed
added highWaterMark for fsPromises.opendir
1 parent 7aff402 commit 39fd2fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/api/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,7 @@ changes:
12581258
performance but higher memory usage. **Default:** `32`
12591259
* `recursive` {boolean} Resolved `Dir` will be an {AsyncIterable}
12601260
containing all sub files and directories. **Default:** `false`
1261+
* `highWaterMark` {number} **Default:** `16384`
12611262
* Returns: {Promise} Fulfills with an {fs.Dir}.
12621263
12631264
Asynchronously open a directory for iterative scanning. See the POSIX

0 commit comments

Comments
 (0)