Optimising server for more online players.

This commit is contained in:
mobius
2015-01-02 08:19:45 +00:00
parent e8fca0a668
commit 083c98bca6
3 changed files with 21 additions and 21 deletions

View File

@@ -88,14 +88,14 @@ Login = root
Password =
# Default: 10
MaximumDbConnections = 10
MaximumDbConnections = 50
# Default: 0
MaximumDbIdleTime = 0
# Connection close time.
# Default: 60000
ConnectionCloseTime = 60000
ConnectionCloseTime = 20000
# ---------------------------------------------------------------------------