Skip to content

Commit 093796f

Browse files
committed
React to Kestrel ThreadCount config changes
#240
1 parent ed000dd commit 093796f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Benchmarks/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public static void Main(string[] args)
6767
{
6868
Listen(options, config, "http://localhost:5000/");
6969
}
70-
70+
}).UseLibuv(options =>
71+
{
7172
var threads = GetThreadCount(config);
7273

7374
if (threads > 0)

0 commit comments

Comments
 (0)