diff options
-rwxr-xr-x | bin/OpenSim.exe.config | 6 | ||||
-rw-r--r-- | bin/Robust.exe.config | 7 |
2 files changed, 1 insertions, 12 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index ba84d3b..5be6989 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -8,12 +8,6 @@ | |||
8 | </runtime> | 8 | </runtime> |
9 | <appSettings> | 9 | <appSettings> |
10 | </appSettings> | 10 | </appSettings> |
11 | <system.net> | ||
12 | <connectionManagement> | ||
13 | <clear /> | ||
14 | <add address = "*" maxconnection = "32" /> | ||
15 | </connectionManagement> | ||
16 | </system.net> | ||
17 | 11 | ||
18 | <log4net> | 12 | <log4net> |
19 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 13 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index fa4f467..3ad5f31 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -8,12 +8,7 @@ | |||
8 | </runtime> | 8 | </runtime> |
9 | <appSettings> | 9 | <appSettings> |
10 | </appSettings> | 10 | </appSettings> |
11 | <system.net> | 11 | |
12 | <connectionManagement> | ||
13 | <clear /> | ||
14 | <add address = "*" maxconnection = "64" /> | ||
15 | </connectionManagement> | ||
16 | </system.net> | ||
17 | <log4net> | 12 | <log4net> |
18 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 13 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
19 | <filter type="log4net.Filter.LoggerMatchFilter"> | 14 | <filter type="log4net.Filter.LoggerMatchFilter"> |