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