Increased default server connection and thread resources.

This commit is contained in:
MobiusDevelopment
2020-03-31 12:39:08 +00:00
parent b13eb068a1
commit f109bbf829
19 changed files with 146 additions and 146 deletions

View File

@@ -3,9 +3,9 @@
# ---------------------------------------------------------------------------
# Specifies how many threads will be in the scheduled pool.
# Default: 40
ScheduledThreadPoolCount = 40
# Default: 160
ScheduledThreadPoolCount = 160
# Specifies how many threads will be in the single instant pool.
# Default: 20
InstantThreadPoolCount = 20
# Default: 120
InstantThreadPoolCount = 120