mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 17:33:48 +00:00
10 lines
385 B
XML
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>
|