http2-max-connections

Use the http2-max-connections stanza entry to define the max number of connections allowed when HTTP/2 support is enabled.

Syntax

http2-max-connections = number_of_connections

Description

This stanza entry controls the maximum number of network connections from HTTP/2 enabled browsers. When the max connections is reached, additional connections will be closed without any I/O. This is per interface/port (HTTP and HTTPS). So if both HTTP and HTTPS are enabled, then the total max connections would be double this. This setting only affects the "default" interface defined in this stanza.

Options

number_of_connections
The max number of connections.

Usage

This stanza entry is optional.

Default value

None.

Example

http2-max-connections=100