Skip to content

Commit

Permalink
clusterer docs: fix module parameter name
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b57738)
  • Loading branch information
rvlad-patrascu committed Mar 8, 2023
1 parent 144bb67 commit f50ab6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/clusterer/doc/clusterer_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ modparam("clusterer", "sync_timeout", 5)
</example>
</section>

<section id="param_sync_packet_max_size" xreflabel="sync_packet_max_size">
<title><varname>sync_packet_max_size</varname></title>
<section id="param_sync_packet_size" xreflabel="sync_packet_size">
<title><varname>sync_packet_size</varname></title>
<para>
The maximum size of the BIN packets sent while doing data synchronization. This is only a suggested value as the actual size of the packets may be slightly larger.
</para>
Expand All @@ -382,10 +382,10 @@ modparam("clusterer", "sync_timeout", 5)
</emphasis>
</para>
<example>
<title>Set <varname>sync_packet_max_size</varname> parameter</title>
<title>Set <varname>sync_packet_size</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("clusterer", "sync_packet_max_size", 32765)
modparam("clusterer", "sync_packet_size", 32765)
...
</programlisting>
</example>
Expand Down

0 comments on commit f50ab6b

Please sign in to comment.