Increased default server connection and thread resources.

This commit is contained in:
MobiusDevelopment
2020-03-31 12:39:08 +00:00
parent b13eb068a1
commit f109bbf829
19 changed files with 146 additions and 146 deletions

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -3,9 +3,9 @@
# ---------------------------------------------------------------------------
# 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

View File

@@ -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
# ---------------------------------------------------------------------------

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False

View File

@@ -50,8 +50,8 @@ Login = root
# Database connection password
Password =
# Default: 40
MaximumDbConnections = 40
# Default: 100
MaximumDbConnections = 100
# ---------------------------------------------------------------------------
@@ -127,15 +127,15 @@ ServerListBrackets = 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
# Default: 20
UrgentPacketThreadCoreSize = 20
# Default: 40
UrgentPacketThreadCoreSize = 40
# Use threads to decrease startup time.
# Default: False