diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-05-03 17:55:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-03 17:55:03 -0400 |
| commit | 229be75961cc9d94698c37c7f95eb52cd6d5cc28 (patch) | |
| tree | 68d9736ec05239deffcdcbbe5d147b0d96137957 /Emby.Common.Implementations/Net | |
| parent | 0a9a5480c8121ee2edf8733a1bd03d31d443de7c (diff) | |
| parent | 568d769cc80644e27c15d5b842eb8bc7393016b5 (diff) | |
Merge pull request #2611 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/Net')
| -rw-r--r-- | Emby.Common.Implementations/Net/NetAcceptSocket.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/Net/NetAcceptSocket.cs b/Emby.Common.Implementations/Net/NetAcceptSocket.cs index 3721709e6..82e7e9b00 100644 --- a/Emby.Common.Implementations/Net/NetAcceptSocket.cs +++ b/Emby.Common.Implementations/Net/NetAcceptSocket.cs @@ -100,7 +100,7 @@ namespace Emby.Common.Implementations.Net #if NET46 public Task SendFile(string path, byte[] preBuffer, byte[] postBuffer, CancellationToken cancellationToken) { - var options = TransmitFileOptions.UseKernelApc; + var options = TransmitFileOptions.UseDefaultWorkerThread; var completionSource = new TaskCompletionSource<bool>(); |
