[sr-dev] git:master:8668d43c: cdp: docs add missing parameter
Henning Westerholt
hw at skalatan.de
Sat Mar 14 21:17:13 CET 2020
Module: kamailio
Branch: master
Commit: 8668d43ccc814867be9716a548c9d3a4cbf0f3d9
URL: https://github.com/kamailio/kamailio/commit/8668d43ccc814867be9716a548c9d3a4cbf0f3d9
Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-03-14T21:17:04+01:00
cdp: docs add missing parameter
---
Modified: src/modules/cdp/doc/cdp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8668d43ccc814867be9716a548c9d3a4cbf0f3d9.diff
Patch: https://github.com/kamailio/kamailio/commit/8668d43ccc814867be9716a548c9d3a4cbf0f3d9.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