Skip to content

Commit

Permalink
rls: docs add missing parameter
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ba86a2)
  • Loading branch information
btriller authored and henningw committed Mar 14, 2020
1 parent 64403a0 commit 0c44058
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/modules/rls/doc/rls_admin.xml
Expand Up @@ -566,6 +566,25 @@ modparam("rls", "max_notify_body_length", 32000)
</programlisting>
</example>
</section>
<section id="rls.p.reload_db_subs">
<title><varname>reload_db_subs</varname> (integer)</title>
<para>
Reload subscriptions on module initialization (requires db_mode 0 (memory only mode)).
</para>
<para>
<emphasis>
Default value is 0 (do not load rows from db).
</emphasis>
</para>
<example>
<title>Set <varname>reload_db_subs</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("rls", "reload_db_subs", 1)
...
</programlisting>
</example>
</section>
<section id="rls.p.fetch_rows">
<title><varname>fetch_rows</varname> (integer)</title>
<para>
Expand Down

0 comments on commit 0c44058

Please sign in to comment.