mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-08 09:44:00 +00:00
DnsServer: updated min thread count based on load test.
This commit is contained in:
@@ -189,7 +189,7 @@ namespace DnsServerCore.Dns
|
||||
{
|
||||
ThreadPool.GetMinThreads(out int minWorker, out int minIOC);
|
||||
|
||||
int minThreads = Environment.ProcessorCount * 4;
|
||||
int minThreads = Environment.ProcessorCount * 16;
|
||||
|
||||
if (minWorker < minThreads)
|
||||
minWorker = minThreads;
|
||||
|
||||
Reference in New Issue
Block a user