Enable gcServer option in app config

Causes app to use more memory but reduces perceived
latency
This commit is contained in:
Travis Nickles 2018-07-27 13:49:23 -05:00
parent e5cd923e03
commit 521ce6835e

View File

@ -7,5 +7,6 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Lang"/>
</assemblyBinding>
<gcServer enabled="true" />
</runtime>
</configuration>