Config key
limits
This type provides the following service implementations:
-
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
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. |
|
boolean |
|
Whether this feature is enabled, defaults to |
|
string[] |
|
List of sockets to register this feature on. If empty, it would get registered on all sockets. |
|
double |
|
Weight of the context feature. As it is used by other features, the default is quite high: LimitsFeature.WEIGHT. |