From 7fb26c6a993215111413dcdd79efd4491206db81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Sat, 14 Dec 2024 20:43:41 -0300 Subject: [PATCH] timeout adjustment --- .../main/java/com/example/dcav2gui/ui/home/HomeFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){