Skip to content

Commit bb77aed

Browse files
committed
fixup
1 parent f6fa8fa commit bb77aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,10 +3541,10 @@ properties.
35413541
permitted on the `Http2Session` instances. **Default:** `true`.
35423542
* `initialWindowSize` {number} Specifies the _sender's_ initial window size in
35433543
bytes for stream-level flow control. The minimum allowed value is 0. The
3544-
maximum allowed value is 2<sup>32</sup>-1. **Default:** `65535`.
3544+
maximum allowed value is 2<sup>32</sup>-1. **Default:** `262144`.
35453545
* `maxFrameSize` {number} Specifies the size in bytes of the largest frame
35463546
payload. The minimum allowed value is 16,384. The maximum allowed value is
3547-
2<sup>24</sup>-1. **Default:** `16384`.
3547+
2<sup>24</sup>-1. **Default:** `32768`.
35483548
* `maxConcurrentStreams` {number} Specifies the maximum number of concurrent
35493549
streams permitted on an `Http2Session`. There is no default value which
35503550
implies, at least theoretically, 2<sup>32</sup>-1 streams may be open

0 commit comments

Comments
 (0)