mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 00:58:01 +00:00
adjusted unc message and supporter icon on every page
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(20);
|
||||
_httpClients.TryAdd(host, client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user