diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.exe.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index 025555e..fa4f467 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -8,6 +8,12 @@ | |||
8 | </runtime> | 8 | </runtime> |
9 | <appSettings> | 9 | <appSettings> |
10 | </appSettings> | 10 | </appSettings> |
11 | <system.net> | ||
12 | <connectionManagement> | ||
13 | <clear /> | ||
14 | <add address = "*" maxconnection = "64" /> | ||
15 | </connectionManagement> | ||
16 | </system.net> | ||
11 | <log4net> | 17 | <log4net> |
12 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 18 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
13 | <filter type="log4net.Filter.LoggerMatchFilter"> | 19 | <filter type="log4net.Filter.LoggerMatchFilter"> |