v1.0.12 - Incremento timeout HTTP a 30s/60s
This commit is contained in:
@@ -25,8 +25,8 @@ public class BCVApiService {
|
||||
|
||||
private static final String BASE_URL = "https://bcv.today/api/v1";
|
||||
private static final String BCV_WEBSITE = "https://www.bcv.org.ve/";
|
||||
private static final int CONNECTION_TIMEOUT = 15000;
|
||||
private static final int READ_TIMEOUT = 30000;
|
||||
private static final int CONNECTION_TIMEOUT = 30000;
|
||||
private static final int READ_TIMEOUT = 60000;
|
||||
private static final int MAX_DAYS_BACK = 10;
|
||||
|
||||
public BCVRateResponse getRateForDateWithFallback(String requestedDate) {
|
||||
|
||||
Reference in New Issue
Block a user