Update post_load_switch.conf.xml

This commit is contained in:
FusionPBX 2022-01-26 11:49:44 -07:00 committed by GitHub
parent 0d6af4eb92
commit 9414f0c935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
<configuration name="post_load_switch.conf" description="Core Configuration">
<settings>
<!--<param name="events-use-dispatch" value="false"/>-->
<!--<param name="initial-event-threads" value="1"/>-->
<!-- Event handler uses event queue when set to true. False uses a thread 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>