Added some missing comment tags.
Contributed by maximov.
This commit is contained in:
@@ -150,19 +150,19 @@ SkillCheckGM = False
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
Default: -1
|
||||
# Default: -1
|
||||
ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
Default: 4
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
Default: -1
|
||||
# Default: -1
|
||||
InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
Default: 2
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user