11 lines
400 B
INI
11 lines
400 B
INI
# ---------------------------------------------------------------------------
|
|
# Threadpool Settings
|
|
# ---------------------------------------------------------------------------
|
|
|
|
# Specifies how many threads will be in the scheduled pool.
|
|
# Default: 40
|
|
ScheduledThreadPoolCount = 40
|
|
|
|
# Specifies how many threads will be in the single instant pool.
|
|
# Default: 20
|
|
InstantThreadPoolCount = 20 |