fusionpbx/resources/templates/conf/autoload_configs/post_load_switch.conf.xml

10 lines
385 B
XML
Raw Normal View History

2019-01-16 09:20:27 +01:00
<configuration name="post_load_switch.conf" description="Core Configuration">
<settings>
2022-01-26 21:15:50 +01:00
<!-- Event handler uses event queue when set to true. False uses a threaded solution. -->
2022-01-26 19:49:44 +01:00
<param name="events-use-dispatch" value="false"/>
<!-- SWITCH default is 1. Use this number of thread on startup. -->
<param name="initial-event-threads" value="8"/>
2019-01-16 09:20:27 +01:00
</settings>
</configuration>