浏览代码

usrloc: docs for load_rank parameter

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
551aed1a97
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. 19 0
      src/modules/usrloc/doc/usrloc_admin.xml

+ 19 - 0
src/modules/usrloc/doc/usrloc_admin.xml

@@ -1498,6 +1498,25 @@ modparam("usrloc", "ka_logmsg", " to-uri: [$tu] remote-addr: [$sas]")
 		</example>
 	</section>
 
+	<section id="usrloc.p.load_rank">
+		<title><varname>load_rank</varname> (int)</title>
+		<para>
+		Allows to set the rank of the child SIP worker to load the location
+		records.
+		</para>
+		<para>
+		Default value is <quote>1</quote> (PROC_SIPINIT).
+		</para>
+		<example>
+		<title><varname>load_rank</varname> parameter usage</title>
+		<programlisting format="linespecific">
+...
+modparam("usrloc", "load_rank", 1)
+...
+		</programlisting>
+		</example>
+	</section>
+
 	</section>
 
 	<section>