Skip to content

Commit 39fd2fc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

+1
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)