Increased default server connection and thread resources.
This commit is contained in:
@@ -54,8 +54,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 40
|
||||
MaximumDbConnections = 40
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -124,12 +124,12 @@ ServerListClock = False
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Specifies how many threads will be in the scheduled pool.
|
||||
# Default: 40
|
||||
ScheduledThreadPoolCount = 40
|
||||
# Default: 160
|
||||
ScheduledThreadPoolCount = 160
|
||||
|
||||
# Specifies how many threads will be in the single instant pool.
|
||||
# Default: 20
|
||||
InstantThreadPoolCount = 20
|
||||
# Default: 120
|
||||
InstantThreadPoolCount = 120
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user