mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
update buffer sizes
This commit is contained in:
@@ -16,7 +16,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
private readonly ILogger _logger;
|
||||
|
||||
// 256k
|
||||
private const int BufferSize = 262144;
|
||||
private const int BufferSize = 81920;
|
||||
|
||||
private long _bytesWritten = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user