Skip to content

Commit 740fae1

Browse files
author
Robert Fekete
committed
Review fixes
1 parent 7a5ff95 commit 740fae1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/headless/chunk/option-source-log-iw-size.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
| Type: | number |
1010
| Default: | 100 |
1111

12-
*Description:* The number of messages a given source can accept before they are forwarded to the destination. This value is used during flow-control.
13-
If a `max-connections()` setting is in effect (for example in case of TCP sources), the `log-iw-size()` value means the total window size, and it's divided proportionally between the connections.
14-
Its value cannot be lower than 100, unless the `dynamic-window-size()` option is enabled, which increases the effective windows size dynamically.
15-
For details about the effects of this parameter, see {{% xref "/chapter-routing-filters/concepts-flow-control/_index.md" %}}.
12+
*Description:* Specifies the source window size - the maximum number of in-flight messages permitted by the source before flow control is enforced. This only applies when `flow-control` is enabled.
1613

14+
If a `max-connections()` setting is in effect (for example in case of TCP sources), the `log-iw-size()` value means the total window size, and it's divided proportionally between the connections. Its value cannot be lower than 100, unless the `dynamic-window-size()` option is enabled, which increases the effective windows size dynamically.
15+
16+
Note that when using `disk-buffer()`, the messages stored on disk are not included in the window size calculation. For details about the effects of this parameter, see {{% xref "/chapter-routing-filters/concepts-flow-control/_index.md" %}}.

0 commit comments

Comments
 (0)