Update switch.conf.xml

This commit is contained in:
FusionPBX
2022-01-26 13:10:25 -07:00
committed by GitHub
parent 5cad57e5a7
commit cf7bfa911d

View File

@@ -160,6 +160,11 @@
<!-- Allow multiple registrations to the same account in the central registration table -->
<!-- <param name="multiple-registrations" value="true"/> -->
<!-- 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>