diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.32BitLaunch.exe.config | 6 | ||||
-rw-r--r-- | bin/OpenSim.exe.config | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config index 1a8267c..ce6175b 100644 --- a/bin/OpenSim.32BitLaunch.exe.config +++ b/bin/OpenSim.32BitLaunch.exe.config | |||
@@ -1,12 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <configuration> | 2 | <configuration> |
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
3 | <runtime> | 6 | <runtime> |
4 | <gcConcurrent enabled="true" /> | 7 | <gcConcurrent enabled="true" /> |
5 | <gcServer enabled="true" /> | 8 | <gcServer enabled="true" /> |
6 | </runtime> | 9 | </runtime> |
7 | <configSections> | ||
8 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
9 | </configSections> | ||
10 | <appSettings> | 10 | <appSettings> |
11 | </appSettings> | 11 | </appSettings> |
12 | <log4net> | 12 | <log4net> |
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index fa42e2c..b7fe1ea 100644 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -1,12 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <configuration> | 2 | <configuration> |
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
3 | <runtime> | 6 | <runtime> |
4 | <gcConcurrent enabled="true" /> | 7 | <gcConcurrent enabled="true" /> |
5 | <gcServer enabled="true" /> | 8 | <gcServer enabled="true" /> |
6 | </runtime> | 9 | </runtime> |
7 | <configSections> | ||
8 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
9 | </configSections> | ||
10 | <appSettings> | 10 | <appSettings> |
11 | </appSettings> | 11 | </appSettings> |
12 | <log4net> | 12 | <log4net> |