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 0fc4611 commit ae59e4bCopy full SHA for ae59e4b
src/Microsoft.Owin.StaticFiles/StreamCopyOperation.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Owin.StaticFiles
13
// FYI: In most cases the source will be a FileStream and the destination will be to the network.
14
internal class StreamCopyOperation
15
{
16
- private const int DefaultBufferSize = 1024 * 16;
+ private const int DefaultBufferSize = 1024 * 64;
17
18
private readonly TaskCompletionSource<object> _tcs;
19
private readonly Stream _source;
0 commit comments