LimitsFeature (webserver.concurrency.limits) Configuration

Type: io.helidon.webserver.concurrency.limits.LimitsFeature

Config key
limits
Copied

This type provides the following service implementations:

  • io.helidon.webserver.spi.ServerFeatureProvider

Configuration options

Optional configuration options
keytypedefault valuedescription
concurrency-limit

io.helidon.common.concurrency.limits.Limit (service provider interface)

Such as:

 

Concurrency limit to use to limit concurrent execution of incoming requests. The default is to have unlimited concurrency.

enabled

boolean

true

Whether this feature is enabled, defaults to true.

sockets

string[]

 

List of sockets to register this feature on. If empty, it would get registered on all sockets.

weight

double

2000.0

Weight of the context feature. As it is used by other features, the default is quite high: 2000.0.