From: Ben Soares Date: Tue, 12 Jul 2022 11:13:28 +0000 (+0100) Subject: JAL-4034 change to jalview property name X-Git-Tag: Release_2_11_2_6~35^2~4 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=2123f8ad0cc51b9f58d5d2820fa54ed03a8f3b22 JAL-4034 change to jalview property name --- diff --git a/src/jalview/gui/StructureChooser.java b/src/jalview/gui/StructureChooser.java index 9ff181b..246d162 100644 --- a/src/jalview/gui/StructureChooser.java +++ b/src/jalview/gui/StructureChooser.java @@ -354,7 +354,7 @@ public class StructureChooser extends GStructureChooser } }; }; - int threshold = Cache.getDefault("THRESHOLD_WARN_UNIPROT_FETCH", + int threshold = Cache.getDefault("UNIPROT_AUTOFETCH_THRESHOLD", THRESHOLD_WARN_UNIPROT_FETCH_NEEDED); Console.debug("Using Uniprot fetch threshold of " + threshold); boolean runThread = false;