- LimitsFeature (webserver.concurrency.limits) Configuration
Type: io.helidon.webserver.concurrency.limits.LimitsFeature
Config keylimitscontent_copyThis type provides the following service implementations:
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
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 |
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: |