diff options
author | UbitUmarov | 2017-05-12 14:20:06 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-12 14:20:06 +0100 |
commit | 0f2ab6bddd3faed35f6845e09461f818c74fa0eb (patch) | |
tree | b1a744b71c40039c3946e26cdc58ba942996c8af /bin | |
parent | yes it is not destiny grid but destination.. thx u know who :) (diff) | |
download | opensim-SC-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.zip opensim-SC-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.gz opensim-SC-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.bz2 opensim-SC-0f2ab6bddd3faed35f6845e09461f818c74fa0eb.tar.xz |
soem changes on connections limits
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenSim.exe.config | 7 | ||||
-rw-r--r-- | bin/Robust.exe.config | 6 |
2 files changed, 13 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"> |
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"> |