fix(sessds): Apply suggestions from code review to the docs

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
ieQu1 2023-12-01 16:53:47 +01:00 committed by GitHub
parent e1ec560639
commit 2f282dd3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1580,13 +1580,13 @@ session_ds_session_gc_batch_size.desc:
session_ds_max_batch_size.desc: session_ds_max_batch_size.desc:
"""This value affects the flow control for the persistent sessions. """This value affects the flow control for the persistent sessions.
The session queries the DB for the new messages in batches. The session queries the DB for the new messages in batches.
Size of the batch doesn't exceed this value or `RecieveMaximum`, whichever is smaller.""" Size of the batch doesn't exceed this value or `ReceiveMaximum`, whichever is smaller."""
session_ds_min_batch_size.desc: session_ds_min_batch_size.desc:
"""This value affects the flow control for the persistent sessions. """This value affects the flow control for the persistent sessions.
The session will query the DB for the new messages when the value of `FreeSpace` variable is larger than this value or `ReceiveMaximum` / 2, whichever is smaller. The session will query the DB for the new messages when the value of `FreeSpace` variable is larger than this value or `ReceiveMaximum` / 2, whichever is smaller.
FreeSpace is calculated as `ReceiveMaximum` for the session - number of inflight messages.""" `FreeSpace` is calculated as `ReceiveMaximum` for the session - number of inflight messages."""
} }