update buffer sizes

This commit is contained in:
Luke Pulverenti
2016-07-27 13:11:25 -04:00
parent 308233ceba
commit 4f32b57e58
5 changed files with 6 additions and 9 deletions

View File

@@ -28,8 +28,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
public Action OnComplete { get; set; }
private readonly ILogger _logger;
// 256k
private const int BufferSize = 262144;
private const int BufferSize = 81920;
/// <summary>
/// The _options