Use proper buffer size
This commit is contained in:
parent
2a8653b309
commit
23df4991b6
|
@ -83,7 +83,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
|||
await _streamHelper.CopyUntilCancelled(
|
||||
await response.Content.ReadAsStreamAsync().ConfigureAwait(false),
|
||||
output,
|
||||
81920,
|
||||
IODefaults.CopyToBufferSize,
|
||||
cancellationToken).ConfigureAwait(false);
|
||||
|
||||
_logger.LogInformation("Recording completed to file {0}", targetFile);
|
||||
|
|
Loading…
Reference in New Issue
Block a user