mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-05 01:42:08 +01:00
update buffer sizes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -75,8 +75,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
}
|
||||
|
||||
// 256k
|
||||
private const int BufferSize = 262144;
|
||||
private const int BufferSize = 81920;
|
||||
|
||||
/// <summary>
|
||||
/// Writes to.
|
||||
|
||||
Reference in New Issue
Block a user