Skip to content

HostVariantSettings

Settings for HostVariants.

Fields:

Int32 MaxConnectionPerVariant

The maximum number of connections allowed per host variant.

Single MaxAssignedRequestsFactor

Factor used when calculations are made whether to open a new connection to the server or not.
It has an effect on HTTP/2 connections only.
1
    Higher values (gte `1.0f`) delay, lower values (lte `1.0f`) bring forward creation of new connections.

Comments