diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-03 17:53:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-03 17:53:33 -0400 |
| commit | 568d769cc80644e27c15d5b842eb8bc7393016b5 (patch) | |
| tree | 68d9736ec05239deffcdcbbe5d147b0d96137957 /Emby.Common.Implementations/Net/NetAcceptSocket.cs | |
| parent | 54965ffc54cb6fc8f5176ea792e37f9e43ef131e (diff) | |
support omdb episodes by imdb; add more search data
Diffstat (limited to 'Emby.Common.Implementations/Net/NetAcceptSocket.cs')
| -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>(); |
