Optimising server for more online players.
This commit is contained in:
4
trunk/dist/game/config/Server.properties
vendored
4
trunk/dist/game/config/Server.properties
vendored
@@ -58,7 +58,7 @@ Login = root
|
||||
Password =
|
||||
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
MaximumDbConnections = 500
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@@ -84,7 +84,7 @@ DatapackRoot = .
|
||||
|
||||
# Define how many players are allowed to play simultaneously on your server.
|
||||
# Default: 100
|
||||
MaximumOnlineUsers = 100
|
||||
MaximumOnlineUsers = 2000
|
||||
|
||||
# Numbers of protocol revisions that server allows to connect.
|
||||
# Delimiter is ;
|
||||
|
Reference in New Issue
Block a user