提交 4583ac8c authored 作者: Piotr Gregor's avatar Piotr Gregor

FS-9605: [avmd] Add number of detection threads setting to config

Now the number of dectors and lagged detectors is set in avmd config
and can be dynamically adjusted per each session.
上级 9a990add
......@@ -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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论