mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-20 01:58:18 +00:00
support static trailer streaming
This commit is contained in:
@@ -97,7 +97,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
};
|
||||
|
||||
client = new HttpClient(handler);
|
||||
client.Timeout = TimeSpan.FromSeconds(30);
|
||||
client.Timeout = TimeSpan.FromSeconds(15);
|
||||
_httpClients.TryAdd(host, client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user