Skip to content

Commit 2820308

Browse files
authored
Bump Unhinged to 9.0.2, attempt to fix pipelined h1 (#10225)
1 parent 9e8d965 commit 2820308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/CSharp/wiredio/src/Platform/Platform.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Unhinged" Version="9.0.1" />
23+
<PackageReference Include="Unhinged" Version="9.0.2" />
2424
</ItemGroup>
2525
</Project>

frameworks/CSharp/wiredio/src/Platform/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void Main(string[] args)
3939
// It's the number of real cpu cores not cpu threads
4040
// This can improve the cache hits on L1/L2 since only one thread
4141
// is running per cpu core.
42-
.SetNWorkersSolver(() => Environment.ProcessorCount/2)
42+
.SetNWorkersSolver(() => Environment.ProcessorCount / 2)
4343

4444
// Accept up to 16384 connections
4545
.SetBacklog(16384)

0 commit comments

Comments
 (0)