io.helidon.webserver.concurrency.limits.LimitsFeature
Description
Server feature that adds limits as filters
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
concurrency-limit-discover-services | Boolean | false | Whether to enable automatic service discovery for concurrency-limit |
concurrency-limit | Limit | Concurrency limit to use to limit concurrent execution of incoming requests | |
weight | Double | 2000.0 | Weight of the context feature |
sockets | List<String> | List of sockets to register this feature on | |
enabled | Boolean | true | Whether this feature is enabled, defaults to true |
Usages
See the manifest for all available types.