Decreased thread and connection configs to prevent VPS issues.

This commit is contained in:
MobiusDev
2018-07-23 14:39:34 +00:00
parent 418b558abc
commit 3c67b04817
10 changed files with 43 additions and 43 deletions

View File

@@ -95,7 +95,7 @@ ScheduledThreadPoolCount = -1
# Specifies how many threads will be in a single scheduled pool.
# Default: 4
ThreadsPerScheduledThreadPool = 40
ThreadsPerScheduledThreadPool = 4
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
# Default: -1
@@ -103,7 +103,7 @@ InstantThreadPoolCount = -1
# Specifies how many threads will be in a single instant pool.
# Default: 2
ThreadsPerInstantThreadPool = 20
ThreadsPerInstantThreadPool = 2
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1

View File

@@ -52,7 +52,7 @@ Password =
# Attention: lazy init connections disabled!
# Please, set only real values for your database
# Default: 100
MaximumDbConnections = 50
MaximumDbConnections = 100
# Default: 0
MaximumDbIdleTime = 0