From 772a0325f9223183aeb978c81d2d9cdcb12100df Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 2 Jul 2019 00:07:23 +0100 Subject: [PATCH] JAL-3322 increase concurrent downloads in getdown --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 2e6e38c..cc845fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -57,6 +57,7 @@ getdown_launch_jvl = channel_launch.jvl getdown_build_properties = build_properties getdown_txt_title = Jalview getdown_txt_allow_offline = true +getdown_txt_max_concurrent_downloads = 10 getdown_txt_jalview.jvmmempc = 90 getdown_txt_multi_jvmarg = -Dgetdownappdir=%APPDIR% getdown_txt_strict_comments = true -- 1.7.10.2