Config key
limits

This type provides the following service implementations:

  • io.helidon.webserver.spi.ServerFeatureProvider

Configuration options

Table 1. Optional configuration options
key type default value description

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: LimitsFeature.WEIGHT.