From a1b6b0244a316b5c4569db7c2c426abb8ea04e9a Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Tue, 15 Aug 2023 16:06:45 +0200 Subject: [PATCH] Update TileImageLoader.cs --- MapControl/Shared/TileImageLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/TileImageLoader.cs b/MapControl/Shared/TileImageLoader.cs index 09173184..b0de7617 100644 --- a/MapControl/Shared/TileImageLoader.cs +++ b/MapControl/Shared/TileImageLoader.cs @@ -41,7 +41,7 @@ namespace MapControl /// /// Maximum number of parallel tile loading tasks. The default value is 4. /// - public static int MaxLoadTasks { get; set; } = 1; + public static int MaxLoadTasks { get; set; } = 4; /// /// Default expiration time for cached tile images. Used when no expiration time