mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
adjust static stream buffer size
This commit is contained in:
parent
730c62818e
commit
f5ffd6ff0f
@ -66,7 +66,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
{
|
{
|
||||||
using (var remoteStream = await _msg.Content.ReadAsStreamAsync().ConfigureAwait(false))
|
using (var remoteStream = await _msg.Content.ReadAsStreamAsync().ConfigureAwait(false))
|
||||||
{
|
{
|
||||||
await remoteStream.CopyToAsync(responseStream, 8192000).ConfigureAwait(false);
|
await remoteStream.CopyToAsync(responseStream, 819200).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user