VBCSCompiler.exe.config 563 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
  3. <configuration>
  4. <runtime>
  5. <gcServer enabled="true"/>
  6. <gcConcurrent enabled="false"/>
  7. </runtime>
  8. <appSettings>
  9. <!-- Number of seconds with no activity before the server times out and closes.
  10. Set to -1 to never shut down the server. -->
  11. <add key="keepalive" value="600"/>
  12. </appSettings>
  13. </configuration>