Files
fusionpbx/resources/templates/conf/autoload_configs/post_load_switch.conf.xml
2022-01-26 13:15:50 -07:00

10 lines
385 B
XML

<configuration name="post_load_switch.conf" description="Core Configuration">
<settings>
<!-- Event handler uses event queue when set to true. False uses a threaded solution. -->
<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"/>
</settings>
</configuration>