From 0b18b79cceeb46dd1c170d19105a99311895b831 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Tue, 13 Oct 2020 15:38:15 -0400 Subject: [PATCH] Doc: Clarify use of queue max bytes setting (#12341) Queue max bytes only applies to persistent queues Forwardports: #12334 to 7.x Co-authored-by: rsdrakh <33121848+rsdrakh@users.noreply.github.com> --- docs/static/management/centralized-pipelines.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/management/centralized-pipelines.asciidoc b/docs/static/management/centralized-pipelines.asciidoc index 1410119f2..77c98f0e6 100644 --- a/docs/static/management/centralized-pipelines.asciidoc +++ b/docs/static/management/centralized-pipelines.asciidoc @@ -77,7 +77,7 @@ The internal queueing model for event buffering. Options are *memory* for in-memory queueing, or *persisted* for disk-based acknowledged queueing. Queue max bytes:: -The total capacity of the queue. +The total capacity of the queue when persistent queues are enabled. Queue checkpoint writes:: The maximum number of events written before a checkpoint is forced when