mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update series queries
This commit is contained in:
parent
bff0cd4447
commit
e1b880a5a0
21 changed files with 427 additions and 270 deletions
|
|
@ -76,7 +76,8 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
|
|||
|
||||
private void ProcessContext(HttpListenerContext context)
|
||||
{
|
||||
Task.Factory.StartNew(() => InitTask(context));
|
||||
//Task.Factory.StartNew(() => InitTask(context), TaskCreationOptions.DenyChildAttach | TaskCreationOptions.PreferFairness);
|
||||
Task.Run(() => InitTask(context));
|
||||
}
|
||||
|
||||
private Task InitTask(HttpListenerContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue