Update post_load_switch.conf.xml
This commit is contained in:
parent
0d6af4eb92
commit
9414f0c935
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue