changeset 2373:bb4c75bec3f7

Updated the "zone_sync_recv_buffer_size" directive description.
author Vladimir Homutov <vl@nginx.com>
date Tue, 16 Apr 2019 12:22:15 +0300
parents d25d7ec9147e
children 29915e0dd677
files xml/en/docs/stream/ngx_stream_zone_sync_module.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_zone_sync_module.xml
+++ b/xml/en/docs/stream/ngx_stream_zone_sync_module.xml
@@ -194,8 +194,11 @@ Defines an interval for polling updates 
 <para>
 Sets <value>size</value> of a per-connection receive buffer used to parse
 incoming stream of synchronization messages.
-By default, the buffer size is equal to one memory page.
-This is either 4K or 8K, depending on a platform.
+The buffer size must be equal or greater than one of the
+<link id="zone_sync_buffers"/>.
+By default, the buffer size is equal to
+<link id="zone_sync_buffers">zone_sync_buffers</link> <value>size</value>
+multiplied by <value>number</value>.
 </para>
 
 </directive>