Procházet zdrojové kódy

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

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
ieQu1 před 2 roky
rodič
revize
2f282dd3f1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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:
 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."""
 
 
 
 
 }
 }