timeout adjustment

This commit is contained in:
Nicolás Sánchez 2024-12-14 20:43:41 -03:00
parent fd4e5aa77f
commit 7fb26c6a99
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ public class HomeFragment extends Fragment {
} }
//Exchange stats //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 int timeoutForRed = 120*1000; //2 minutes - Should be in the config file
//Icons //Icons
if (binanceStats!=null){ if (binanceStats!=null){