diff --git a/app/src/main/java/com/example/dcav2gui/ui/home/HomeFragment.java b/app/src/main/java/com/example/dcav2gui/ui/home/HomeFragment.java index b0e0880..0898640 100644 --- a/app/src/main/java/com/example/dcav2gui/ui/home/HomeFragment.java +++ b/app/src/main/java/com/example/dcav2gui/ui/home/HomeFragment.java @@ -523,7 +523,7 @@ public class HomeFragment extends Fragment { } //Exchange stats - int timeoutForYellow = 15*1000; //15 seconds - Should be in the config file + int timeoutForYellow = 30*1000; //30 seconds - Should be in the config file int timeoutForRed = 120*1000; //2 minutes - Should be in the config file //Icons if (binanceStats!=null){