mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
speed up images with libcurl multi, raise concurrency
also maybe fix some rare crash
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user