From 659be42be0eb124597f8f53dab068f77a3539017 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Tue, 3 Nov 2020 16:02:31 +0100 Subject: [PATCH] Update ImageLoader.cs --- MapControl/Shared/ImageLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/ImageLoader.cs b/MapControl/Shared/ImageLoader.cs index 5c14c3e4..185a6401 100644 --- a/MapControl/Shared/ImageLoader.cs +++ b/MapControl/Shared/ImageLoader.cs @@ -23,7 +23,7 @@ namespace MapControl /// /// The System.Net.Http.HttpClient instance used to download images via a http or https Uri. /// - 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 LoadImageAsync(Uri uri)