ThreadPool revert and path change.
This commit is contained in:
@@ -126,16 +126,20 @@ ServerListBrackets = False
|
||||
# Thread Configuration
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Specifies how many threads will be in the scheduled pool.
|
||||
# Default: 160
|
||||
ScheduledThreadPoolCount = 160
|
||||
# Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in the single instant pool.
|
||||
# Default: 120
|
||||
InstantThreadPoolCount = 120
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Default: 40
|
||||
UrgentPacketThreadCoreSize = 40
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Urgent packet thread core size.
|
||||
UrgentPacketThreadCoreSize = -1
|
||||
|
||||
# Use threads to decrease startup time.
|
||||
# Default: False
|
||||
|
Reference in New Issue
Block a user