fix(sessds): Apply suggestions from code review to the docs
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
e1ec560639
commit
2f282dd3f1
|
@ -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."""
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue