From 3705bad32e500c9b52ce70482e048e8eb98b52be Mon Sep 17 00:00:00 2001 From: Dragos Oancea <dragos@signalwire.com> Date: Mon, 13 May 2019 15:25:05 +0000 Subject: [PATCH] FS-11840: better default config for mod_avmd (Piotr) --- conf/vanilla/autoload_configs/avmd.conf.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/vanilla/autoload_configs/avmd.conf.xml b/conf/vanilla/autoload_configs/avmd.conf.xml index f40c0a0cda..86b2500bad 100644 --- a/conf/vanilla/autoload_configs/avmd.conf.xml +++ b/conf/vanilla/autoload_configs/avmd.conf.xml @@ -62,6 +62,12 @@ <!-- determines the mode of detection, default is both amplitude and frequency --> <param name="detection_mode" value="2"/> + <!-- number of detection threads running per each avmd session --> + <param name="detectors_n" value="36"/> + + <!-- number of lagged detection threads running per each avmd session --> + <param name="detectors_lagged_n" value="1"/> + <!-- Per call settings end --> </settings> </configuration>