revert changes to *exe.config since a host mask of * produces identical effects as runtime setting
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
</runtime>
|
||||
<appSettings>
|
||||
</appSettings>
|
||||
<system.net>
|
||||
<connectionManagement>
|
||||
<clear />
|
||||
<add address = "*" maxconnection = "32" />
|
||||
</connectionManagement>
|
||||
</system.net>
|
||||
|
||||
<log4net>
|
||||
<appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
|
||||
|
||||
@@ -8,12 +8,7 @@
|
||||
</runtime>
|
||||
<appSettings>
|
||||
</appSettings>
|
||||
<system.net>
|
||||
<connectionManagement>
|
||||
<clear />
|
||||
<add address = "*" maxconnection = "64" />
|
||||
</connectionManagement>
|
||||
</system.net>
|
||||
|
||||
<log4net>
|
||||
<appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
|
||||
<filter type="log4net.Filter.LoggerMatchFilter">
|
||||
|
||||
Reference in New Issue
Block a user