Просмотр исходного кода

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

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
ieQu1 2 лет назад
Родитель
Сommit
2f282dd3f1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      rel/i18n/emqx_schema.hocon

+ 2 - 2
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."""
 
 
 }