aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.exe.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.exe.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 3f718d2..ba84d3b 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -8,6 +8,13 @@
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 <log4net> 18 <log4net>
12 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> 19 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
13 <filter type="log4net.Filter.LoggerMatchFilter"> 20 <filter type="log4net.Filter.LoggerMatchFilter">