Skip to content

Commit

Permalink
usrloc: documentation for rm_expired_delay parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 19, 2018
1 parent 3de2117 commit 50c3c0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/usrloc/doc/usrloc_admin.xml
Expand Up @@ -1177,6 +1177,27 @@ modparam("usrloc", "db_timer_clean", 1)
</example>
</section>

<section id="usrloc.p.rm_expired_delay">
<title><varname>rm_expired_delay</varname> (int)</title>
<para>
Specify the number of seconds to delay the removal of expired
records. For now it works for DB_ONLY mode (db_mode=3).
</para>
<para>
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>rm_expired_delay</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("usrloc", "rm_expired_delay", 30)
...
</programlisting>
</example>
</section>

</section>

<section>
Expand Down

0 comments on commit 50c3c0d

Please sign in to comment.