Skip to content

Commit ad827bc

Browse files
committed
bump unhinged to 9.0.1
1 parent acbcd03 commit ad827bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0" />
23+
<PackageReference Include="Unhinged" Version="9.0.1" />
2424
</ItemGroup>
2525
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public static void Main(string[] args)
4747
// Max 512 epoll events per wake (quite overkill)
4848
.SetMaxEventsPerWake(512)
4949

50-
// Max 512 connection per thread
51-
.SetMaxNumberConnectionsPerWorker(512)
50+
// Max 1024 connection per thread
51+
.SetMaxNumberConnectionsPerWorker(1024)
5252

5353
// 32KB in and 16KB out slabs to handle 16 pipeline depth
5454
.SetSlabSizes(32 * 1024, 16 * 1024)

0 commit comments

Comments
 (0)