Skip to content

Commit 0487e70

Browse files
iskermarco-ippolito
authored andcommitted
doc: remove outdated remarks about highWaterMark in fs
`Readable`'s `highWaterMark` has in fact been 64KiB since #52037. PR-URL: #55462 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 284e932 commit 0487e70

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/api/fs.md

-6
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ added: v16.11.0
268268
* `signal` {AbortSignal|undefined} **Default:** `undefined`
269269
* Returns: {fs.ReadStream}
270270
271-
Unlike the 16 KiB default `highWaterMark` for a {stream.Readable}, the stream
272-
returned by this method has a default `highWaterMark` of 64 KiB.
273-
274271
`options` can include `start` and `end` values to read a range of bytes from
275272
the file instead of the entire file. Both `start` and `end` are inclusive and
276273
start counting at 0, allowed values are in the
@@ -2473,9 +2470,6 @@ changes:
24732470
* `signal` {AbortSignal|null} **Default:** `null`
24742471
* Returns: {fs.ReadStream}
24752472
2476-
Unlike the 16 KiB default `highWaterMark` for a {stream.Readable}, the stream
2477-
returned by this method has a default `highWaterMark` of 64 KiB.
2478-
24792473
`options` can include `start` and `end` values to read a range of bytes from
24802474
the file instead of the entire file. Both `start` and `end` are inclusive and
24812475
start counting at 0, allowed values are in the

0 commit comments

Comments
 (0)