diff options
author | UbitUmarov | 2017-05-12 15:54:54 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-12 15:54:54 +0100 |
commit | 566c96dc855c782bd85e0fe8c0f02c40fa68ba9f (patch) | |
tree | cace338d33e3c93115a91f775bcd15e0cc3d7272 /bin/Robust.exe.config | |
parent | mantis 8165: fix a null ref on hg gatekeeper on another place (diff) | |
download | opensim-SC-566c96dc855c782bd85e0fe8c0f02c40fa68ba9f.zip opensim-SC-566c96dc855c782bd85e0fe8c0f02c40fa68ba9f.tar.gz opensim-SC-566c96dc855c782bd85e0fe8c0f02c40fa68ba9f.tar.bz2 opensim-SC-566c96dc855c782bd85e0fe8c0f02c40fa68ba9f.tar.xz |
revert changes to *exe.config since a host mask of * produces identical effects as runtime setting
Diffstat (limited to 'bin/Robust.exe.config')
-rw-r--r-- | bin/Robust.exe.config | 7 |
1 files changed, 1 insertions, 6 deletions
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"> |