mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-04 03:32:25 +00:00
try to avoid timeouts by increasing our default, and lower movie db concurrency
This commit is contained in:
@@ -83,7 +83,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
|
||||
client = new HttpClient(handler);
|
||||
client.DefaultRequestHeaders.Add("Accept", "application/json,image/*");
|
||||
client.Timeout = TimeSpan.FromSeconds(15);
|
||||
client.Timeout = TimeSpan.FromSeconds(30);
|
||||
_httpClients.TryAdd(host, client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user