io.helidon.common.concurrency.limits.FixedLimit
Description
Configuration of Fixed
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
queue- | Duration | PT1S | How long to wait for a permit when enqueued |
permits | Integer | 0 | Number of permit to allow |
enable- | Boolean | false | Whether to collect metrics for the fixed limit implementation |
fair | Boolean | false | Whether the java. should be java. |
queue- | Integer | 0 | How many requests can be enqueued waiting for a permit |
Usages
server.concurrency- limit. fixed server.features. limits. concurrency- limit. fixed server.sockets. concurrency- limit. fixed
See the manifest for all available types.