We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8d965 commit 2820308Copy full SHA for 2820308
frameworks/CSharp/wiredio/src/Platform/Platform.csproj
@@ -20,6 +20,6 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="Unhinged" Version="9.0.1" />
+ <PackageReference Include="Unhinged" Version="9.0.2" />
24
25
</Project>
frameworks/CSharp/wiredio/src/Platform/Program.cs
@@ -39,7 +39,7 @@ public static void Main(string[] args)
39
// It's the number of real cpu cores not cpu threads
40
// This can improve the cache hits on L1/L2 since only one thread
41
// is running per cpu core.
42
- .SetNWorkersSolver(() => Environment.ProcessorCount/2)
+ .SetNWorkersSolver(() => Environment.ProcessorCount / 2)
43
44
// Accept up to 16384 connections
45
.SetBacklog(16384)
0 commit comments