Merge branch 'documentation/JAL-3111_release_211' into develop
authorJim Procter <jprocter@issues.jalview.org>
Tue, 2 Jul 2019 14:34:10 +0000 (15:34 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 2 Jul 2019 14:34:10 +0000 (15:34 +0100)
gradle.properties
src/jalview/gui/WebserviceInfo.java

index 2e6e38c..cc845fa 100644 (file)
@@ -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
index 5240eea..8158718 100644 (file)
@@ -848,8 +848,6 @@ protected void cancel_actionPerformed(ActionEvent e)
         {
           Thread.sleep(25);
 
-          int units = (int) ((System.currentTimeMillis() - startTime)
-                  / 5f);
           float delta = (System.currentTimeMillis() - startTime) / invSpeed;
           angle += delta * factor;
           startTime = System.currentTimeMillis();