FS-11840: better default config for mod_avmd (Piotr)

This commit is contained in:
Dragos Oancea 2019-05-13 15:25:05 +00:00
parent cfcb8b5d2f
commit 3705bad32e
1 changed files with 6 additions and 0 deletions

View File

@ -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>