io.helidon.webserver.concurrency.limits.LimitsFeature
Description
Server feature that adds limits as filters
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
concurrency- | Boolean | false | Whether to enable automatic service discovery for concurrency- |
concurrency- | Limit | Concurrency limit to use to limit concurrent execution of incoming requests | |
weight | Double | 2000. | Weight of the context feature |
sockets | List< | 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.