Skip to content

io.helidon.webserver.concurrency.limits.LimitsFeature

Description

Server feature that adds limits as filters

Configuration options

KeyTypeDefaultDescription
concurrency-limit-discover-servicesBooleanfalseWhether to enable automatic service discovery for concurrency-limit
concurrency-limitLimitConcurrency limit to use to limit concurrent execution of incoming requests
weightDouble2000.0Weight of the context feature
socketsList<String>List of sockets to register this feature on
enabledBooleantrueWhether this feature is enabled, defaults to true

Usages


See the manifest for all available types.