Various updates and improvements.
This commit is contained in:
@@ -2,14 +2,10 @@
|
||||
# Threadpool Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
ScheduledThreadPoolCount = -1
|
||||
# Defines the number of threads in the scheduled thread pool.
|
||||
# If set to -1, this will be determined by available processors multiplied by 4.
|
||||
ScheduledThreadPoolSize = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# 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
|
||||
# Defines the number of threads in the instant thread pool.
|
||||
# If set to -1, this will be determined by available processors multiplied by 2.
|
||||
InstantThreadPoolSize = -1
|
||||
|
||||
Reference in New Issue
Block a user