From b008c5a1e63a9cab4f292d19fee438de0ecee46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 17 Apr 2019 14:10:48 +0300 Subject: [PATCH] Add links to the sizes section Links to the size type description in the documentation help explain what sort of values are expected. --- Documentation/Getting-Started/Configuration-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 090093a97..d586efdac 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -855,7 +855,7 @@ than `0`, this configuration setting will not have an effect. #### `writeq_high_water` High water mark for network write buffer. Controls when network traffic -throtting is started. The parameter accepts size type values. +throtting is started. The parameter accepts [size type values](#sizes). More specifically, if the client side write queue is above this value, it will block traffic coming from backend servers. If the backend side write queue is @@ -869,7 +869,7 @@ throtting is enabled. By default, traffic throttling is disabled. Low water mark for network write buffer. Once the traffic throttling is enabled, it will only be disabled when the write queue is below `writeq_low_water`. The -parameter accepts size type values. The minimum allowed size is 512 +parameter accepts [size type values](#sizes). The minimum allowed size is 512 bytes. `writeq_high_water` must always be greater than `writeq_low_water`. #### `load_persisted_configs`