http2-max-concurrent-streams
Use the http2-max-concurrent-streams stanza entry to set the maximum number of simultaneous multiplexed streams WebSEAL will accept per HTTP/2 network connection.
http2-max-concurrent-streams = number_of_streams
Description
This setting only affects the "default" interface defined in this stanza.
- Each stream will have a http2-initial-window-size byte buffer.
- Each stream will need a worker-thread to process the one request or response sent over it before it is ended.
Options
number_of_steams The maximum number of simultaneous multiplexed streams WebSEAL will accept per HTTP/2 network connection. A value of -1 denotes the unlimited setting and is not recommended in a production WebSEAL environment as memory use in WebSEAL would be unbounded.
Usage: Optional
Default value None.
Example:
http2-max-concurrent-streams = 100