Update ImageLoader.cs

This commit is contained in:
ClemensF 2020-11-03 16:02:31 +01:00
parent 4f7f7672a1
commit 659be42be0

View file

@ -23,7 +23,7 @@ namespace MapControl
/// <summary>
/// The System.Net.Http.HttpClient instance used to download images via a http or https Uri.
/// </summary>
public static HttpClient HttpClient { get; set; } = new HttpClient { Timeout = TimeSpan.FromSeconds(10) };
public static HttpClient HttpClient { get; set; } = new HttpClient { Timeout = TimeSpan.FromSeconds(30) };
public static async Task<ImageSource> LoadImageAsync(Uri uri)