mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ImageLoader.cs
This commit is contained in:
parent
4f7f7672a1
commit
659be42be0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue