From bab9abf4af10919a2a432dc73fec27f6ef89948d Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:03:16 -0500 Subject: speed up images with libcurl multi, raise concurrency also maybe fix some rare crash --- settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.cpp') diff --git a/settings.cpp b/settings.cpp index 7790e36..bba97f3 100644 --- a/settings.cpp +++ b/settings.cpp @@ -63,7 +63,7 @@ std::string SettingsManager::GetLinkColor() const { } int SettingsManager::GetCacheHTTPConcurrency() const { - return GetSettingInt("http", "concurrent", 10); + return GetSettingInt("http", "concurrent", 20); } bool SettingsManager::GetPrefetch() const { -- cgit v1.2.3