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 4350a82 commit cf666c1Copy full SHA for cf666c1
frameworks/CSharp/sisk/sisk-cadente/Program.cs
@@ -3,6 +3,8 @@
3
using System.Text.Json;
4
using Sisk.Cadente;
5
6
+HttpHost.QueueSize = 4096;
7
+
8
var host = new HttpHost ( new IPEndPoint ( IPAddress.Any, 8080 ) );
9
host.ContextCreated += Host_ContextCreated;
10
frameworks/CSharp/sisk/sisk-cadente/sisk.csproj
@@ -9,7 +9,7 @@
</PropertyGroup>
11
<ItemGroup>
12
- <PackageReference Include="Sisk.Cadente" Version="0.1.43-alpha2" />
+ <PackageReference Include="Sisk.Cadente" Version="0.1.52-alpha3" />
13
</ItemGroup>
14
15
</Project>
0 commit comments