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 1807fc6 commit a33d2a1Copy full SHA for a33d2a1
src/HotChocolate/AspNetCore/src/Transport.Http/GraphQLHttpResponse.cs
@@ -174,7 +174,7 @@ private async ValueTask<OperationResult> ReadAsResultInternalAsync(string? charS
174
var currentChunk = JsonMemory.Rent(JsonMemoryKind.Json);
175
var currentChunkPosition = 0;
176
var chunkIndex = 0;
177
- var chunks = ArrayPool<byte[]>.Shared.Rent(8);
+ var chunks = ArrayPool<byte[]>.Shared.Rent(64);
178
179
try
180
{
0 commit comments