[sr-dev] git:5.3:12319717: cdp: docs add missing parameter

Henning Westerholt hw at skalatan.de
Sat Mar 14 21:23:16 CET 2020


Module: kamailio
Branch: 5.3
Commit: 12319717a1cd3f42aece39012d5e83dec4cde41a
URL: https://github.com/kamailio/kamailio/commit/12319717a1cd3f42aece39012d5e83dec4cde41a

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-03-14T21:22:54+01:00

cdp: docs add missing parameter

(cherry picked from commit 8668d43ccc814867be9716a548c9d3a4cbf0f3d9)

---

Modified: src/modules/cdp/doc/cdp_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/12319717a1cd3f42aece39012d5e83dec4cde41a.diff
Patch: https://github.com/kamailio/kamailio/commit/12319717a1cd3f42aece39012d5e83dec4cde41a.patch

---

diff --git a/src/modules/cdp/doc/cdp_admin.xml b/src/modules/cdp/doc/cdp_admin.xml
index aaa229767c..698e3e3c04 100644
--- a/src/modules/cdp/doc/cdp_admin.xml
+++ b/src/modules/cdp/doc/cdp_admin.xml
@@ -127,7 +127,24 @@ modparam("cdp", "latency_threshold", 1000)
       </example>
     </section>
     <section>
-      <title>workerq_length_threshold_percentage (int)</title>
+      <title><varname>workerq_latency_threshold</varname> (int)</title>
+
+      <para>The time in ms above which a log error is written to log file for
+      putting tasks into task queue.</para>
+
+      <para><emphasis> Default value is <quote>100</quote>. </emphasis></para>
+
+      <example>
+        <title>Set <varname>workerq_latency_threshold</varname> parameter</title>
+
+        <programlisting format="linespecific">...
+modparam("cdp", "workerq_latency_threshold", 250)
+...
+	</programlisting>
+      </example>
+    </section>
+    <section>
+      <title><varname>workerq_length_threshold_percentage</varname> (int)</title>
 
       <para>The threshold of the length of the worker queue as a percentage of 
 	  the maximum queue size - when exceeded a warning is written to the log




More information about the sr-dev mailing list