Skip to content

Commit

Permalink
Clarifies default queueing behavior in note.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Feb 5, 2025
1 parent 221942f commit 739a9de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/main/asciidoc/se/webserver/concurrency-limits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ server:
NOTE: Queues can be useful to accommodate short bursts of
requests that would otherwise be rejected when the number of permits
is exhausted. Neither of the two strategies shown above enables
is exhausted. Queueing is disabled by default in both fixed and
AIMD strategies, so `queue-length` must be set to a positive number
to enable this feature.
Neither of the two strategies shown above enables
queues by default.
For more information about configuring these Concurrency Limit
Expand Down

0 comments on commit 739a9de

Please sign in to comment.