Module: sip-router Branch: master Commit: 50985d2cfc0e3bbe394cc7fe64f9ccd39dc5c962 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50985d2cfc0e3bbe394cc7fe64f9ccd39dc5c962
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Thu Dec 1 09:54:42 2011 +0100 rls(k): documented fetch_rows parameter --- modules_k/rls/doc/rls_admin.xml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/modules_k/rls/doc/rls_admin.xml b/modules_k/rls/doc/rls_admin.xml index c036b33..4870049 100644 --- a/modules_k/rls/doc/rls_admin.xml +++ b/modules_k/rls/doc/rls_admin.xml @@ -464,6 +464,25 @@ modparam("rls", "max_notify_body_length", 32000) </programlisting> </example> </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("rls", "fetch_rows", 1000) +... +</programlisting> + </example> + </section> </section> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
