Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
stream: update outdated highwatermark doc
  • Loading branch information
jkim10atlas committed Jun 18, 2024
commit 9d5bb3f1425c2762ce660077276e1e15b9d10a34
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3428,7 +3428,7 @@ added:
* Returns: {integer}

Returns the default highWaterMark used by streams.
Defaults to `16384` (16 KiB), or `16` for `objectMode`.
Defaults to `65536` (64 KiB), or `16` for `objectMode`.
Comment thread
jsk95 marked this conversation as resolved.

### `stream.setDefaultHighWaterMark(objectMode, value)`

Expand Down