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