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>
This commit is contained in:
Karen Metts 2020-10-13 15:38:15 -04:00 committed by GitHub
parent 80db07d36d
commit 0b18b79cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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