Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2022-07-26 12:09:02 +0300
committerThong Kuah <tkuah@gitlab.com>2022-07-26 12:09:02 +0300
commitd0187baa259f4593b65b51b9d26e8e227a9d558f (patch)
treeda5f2c5b95d2a64c1d4a11858ffd6073e1d3d904
parent49a6718c9337f364ae86e1e4adf97f67aa2a15a9 (diff)
Clarify max_queue_size is per RPC, not project
-rw-r--r--doc/backpressure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backpressure.md b/doc/backpressure.md
index 8452d4fd9..71ae4fef0 100644
--- a/doc/backpressure.md
+++ b/doc/backpressure.md
@@ -39,7 +39,7 @@ configuration can prevent an unbounded in-memory queue of requests:
concurrency queue. When a request waits longer than this time, it returns
an error to the client.
- `max_queue_size` is the maximum size the concurrency queue can grow for a given
- RPC for a repository. If a concurrency queue is at its maximum, subsequent requests
+ RPC. If a concurrency queue is at its maximum, subsequent requests
return with an error.
For example: