From cdab593105f33dc7b1fccbc09c3f0e9a66140b37 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Mon, 13 Apr 2020 09:12:21 +0200 Subject: [PATCH] Update TileImageLoader.cs --- MapControl/Shared/TileImageLoader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MapControl/Shared/TileImageLoader.cs b/MapControl/Shared/TileImageLoader.cs index 7e294d29..4e38f18e 100644 --- a/MapControl/Shared/TileImageLoader.cs +++ b/MapControl/Shared/TileImageLoader.cs @@ -19,9 +19,9 @@ namespace MapControl public partial class TileImageLoader : ITileImageLoader { /// - /// Maximum number of parallel tile loading tasks. The default value is 8. + /// Maximum number of parallel tile loading tasks. The default value is 4. /// - public static int MaxLoadTasks { get; set; } = 8; + public static int MaxLoadTasks { get; set; } = 4; /// /// Default expiration time for cached tile images. Used when no expiration time