mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
soem changes on connections limits
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
</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">
|
||||
<filter type="log4net.Filter.LoggerMatchFilter">
|
||||
|
||||
Reference in New Issue
Block a user