timeout adjustment
This commit is contained in:
parent
fd4e5aa77f
commit
7fb26c6a99
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue