From 2f282dd3f1467a7cd9a24e49b579f7facad986e4 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:53:47 +0100 Subject: [PATCH] fix(sessds): Apply suggestions from code review to the docs Co-authored-by: Thales Macedo Garitezi --- rel/i18n/emqx_schema.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/i18n/emqx_schema.hocon b/rel/i18n/emqx_schema.hocon index 96c9c5824..c7a73ec33 100644 --- a/rel/i18n/emqx_schema.hocon +++ b/rel/i18n/emqx_schema.hocon @@ -1580,13 +1580,13 @@ session_ds_session_gc_batch_size.desc: session_ds_max_batch_size.desc: """This value affects the flow control for the persistent sessions. 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: """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. -FreeSpace is calculated as `ReceiveMaximum` for the session - number of inflight messages.""" +`FreeSpace` is calculated as `ReceiveMaximum` for the session - number of inflight messages.""" }