Module: kamailio Branch: master Commit: 8668d43ccc814867be9716a548c9d3a4cbf0f3d9 URL: https://github.com/kamailio/kamailio/commit/8668d43ccc814867be9716a548c9d3a4...
Author: Bastian Triller bastian.triller@gmail.com Committer: Henning Westerholt hw@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/8668d43ccc814867be9716a548c9d3a4... Patch: https://github.com/kamailio/kamailio/commit/8668d43ccc814867be9716a548c9d3a4...
---
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