mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 00:58:01 +00:00
adjust static stream buffer size
This commit is contained in:
@@ -66,7 +66,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
using (var remoteStream = await _msg.Content.ReadAsStreamAsync().ConfigureAwait(false))
|
||||
{
|
||||
await remoteStream.CopyToAsync(responseStream, 8192000).ConfigureAwait(false);
|
||||
await remoteStream.CopyToAsync(responseStream, 819200).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user