aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.exe.config
diff options
context:
space:
mode:
authorUbitUmarov2017-05-12 14:20:06 +0100
committerUbitUmarov2017-05-12 14:20:06 +0100
commit0f2ab6bddd3faed35f6845e09461f818c74fa0eb (patch)
treeb1a744b71c40039c3946e26cdc58ba942996c8af /bin/Robust.exe.config
parentyes it is not destiny grid but destination.. thx u know who :) (diff)
downloadopensim-SC_OLD-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.zip
opensim-SC_OLD-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.gz
opensim-SC_OLD-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.bz2
opensim-SC_OLD-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.xz
soem changes on connections limits
Diffstat (limited to 'bin/Robust.exe.config')
-rw-r--r--bin/Robust.exe.config6
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">