Skip to content

Commit

Permalink
usrloc: docs - fixes for some param types
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c2815a)
(cherry picked from commit 73c1fde)
(cherry picked from commit 95ef9dd)
  • Loading branch information
miconda committed Apr 3, 2019
1 parent 0c20541 commit 68ec32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/usrloc/doc/usrloc_admin.xml
Expand Up @@ -837,7 +837,7 @@ modparam("usrloc", "preload", "location")
</section>

<section id="usrloc.p.db_update_as_insert">
<title><varname>db_update_as_insert</varname> (string)</title>
<title><varname>db_update_as_insert</varname> (int)</title>
<para>
Set this parameter if you want to do INSERT DB operations
instead of UPDATE DB operations. It is recommended to set this parameter
Expand All @@ -859,7 +859,7 @@ modparam("usrloc", "db_update_as_insert", 1)
</section>

<section id="usrloc.p.db_check_update">
<title><varname>db_check_update</varname> (string)</title>
<title><varname>db_check_update</varname> (int)</title>
<para>
Set this parameter to 1 if you want to do DB INSERT if the number
of affected rows by contact DB UPDATE operation is 0. The
Expand All @@ -883,7 +883,7 @@ modparam("usrloc", "db_check_update", 1)
</section>

<section id="usrloc.p.timer_procs">
<title><varname>timer_procs</varname> (string)</title>
<title><varname>timer_procs</varname> (int)</title>
<para>
Number of timer processes to be started by module. Timer processes
take care of checking expired records and syncronization with
Expand Down

0 comments on commit 68ec32a

Please sign in to comment.