Skip to content

Commit 55e77c1

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: esmerel <6818907+esmerel@users.noreply.github.com>
1 parent def2c25 commit 55e77c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/backpressure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ buffers only to the filesystem. When `storage.type filesystem` is set, the
4141

4242
## `Mem_Buf_Limit`
4343

44-
`Mem_Buf_Limit` only applies with the default `storage.type memory`. This option is
44+
`Mem_Buf_Limit` applies only with the default `storage.type memory`. This option is
4545
disabled by default and can be applied to all input plugins.
4646

4747
As an example situation:
@@ -51,7 +51,7 @@ As an example situation:
5151
- The engine routes the data to an output plugin.
5252
- The output plugin backend (HTTP Server) is down.
5353
- Engine scheduler retries the flush after 10 seconds.
54-
- The input plugin tries to append 500KB.
54+
- The input plugin tries to append 500&nbsp;KB.
5555

5656
In this situation, the engine allows appending those 500&nbsp;KB of data into the memory,
5757
with a total of 1.2&nbsp;MB of data buffered. The limit is permissive and will

0 commit comments

Comments
 (0)