|
@@ -425,6 +425,25 @@ modparam("presence", "timeout_rm_subs", 0)
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
+ <section>
|
|
|
|
+ <title><varname>fetch_rows</varname> (integer)</title>
|
|
|
|
+ <para>
|
|
|
|
+ Number of rows to be loaded in one step from database.
|
|
|
|
+ </para>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>
|
|
|
|
+ Default value is 500.
|
|
|
|
+ </emphasis>
|
|
|
|
+ </para>
|
|
|
|
+ <example>
|
|
|
|
+ <title>Set <varname>fetch_rows</varname> parameter</title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+modparam("presence", "fetch_rows", 1000)
|
|
|
|
+...
|
|
|
|
+</programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
|
|
</section>
|
|
</section>
|
|
|
|
|