|
@@ -180,10 +180,12 @@ modparam("dmq_usrloc", "batch_usleep", 1000)
|
|
<section id="usrloc_dmq.p.batch_msg_size">
|
|
<section id="usrloc_dmq.p.batch_msg_size">
|
|
<title><varname>batch_msg_size</varname> (int)</title>
|
|
<title><varname>batch_msg_size</varname> (int)</title>
|
|
<para>
|
|
<para>
|
|
- The parameter controls the size of the messages during a sync
|
|
|
|
- This is to make sure the messages are never larger then 65536 (the maximum datagram size)
|
|
|
|
-
|
|
|
|
- Note that batch_msg_contacts will also be checked
|
|
|
|
|
|
+ The parameter controls the size of the messages during a sync.
|
|
|
|
+ This is to make sure the messages are never larger then 65536 (the maximum datagram size).
|
|
|
|
+ </para>
|
|
|
|
+ <para>
|
|
|
|
+ Note that batch_msg_contacts will also be checked.
|
|
|
|
+ </para>
|
|
<para>
|
|
<para>
|
|
<emphasis>
|
|
<emphasis>
|
|
Default value is 60000.
|
|
Default value is 60000.
|
|
@@ -204,9 +206,11 @@ modparam("dmq_usrloc", "batch_msg_size", 500000)
|
|
<section id="usrloc_dmq.p.batch_msg_contacts">
|
|
<section id="usrloc_dmq.p.batch_msg_contacts">
|
|
<title><varname>batch_msg_contacts</varname> (int)</title>
|
|
<title><varname>batch_msg_contacts</varname> (int)</title>
|
|
<para>
|
|
<para>
|
|
- The parameter controls the amount of contact per message/transaction during a sync
|
|
|
|
-
|
|
|
|
- Note that batch_msg_size will also be checked
|
|
|
|
|
|
+ The parameter controls the amount of contact per message/transaction during a sync.
|
|
|
|
+ </para>
|
|
|
|
+ <para>
|
|
|
|
+ Note that batch_msg_size will also be checked.
|
|
|
|
+ </para>
|
|
<para>
|
|
<para>
|
|
<emphasis>
|
|
<emphasis>
|
|
Default value is 1.
|
|
Default value is 1.
|
|
@@ -225,7 +229,6 @@ modparam("dmq_usrloc", "batch_usleep", 500000) # one batch every 500ms
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
- </section>
|
|
|
|
|
|
|
|
<section id="usrloc_dmq.p.usrloc_domain">
|
|
<section id="usrloc_dmq.p.usrloc_domain">
|
|
<title><varname>usrloc_domain</varname> (string)</title>
|
|
<title><varname>usrloc_domain</varname> (string)</title>
|
|
@@ -246,6 +249,7 @@ modparam("dmq_usrloc", "usrloc_domain", "my_domain")
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
+ </section>
|
|
|
|
|
|
</chapter>
|
|
</chapter>
|
|
|
|
|