v1.0.12 - Incremento timeout HTTP a 30s/60s

This commit is contained in:
2026-07-03 15:33:43 -04:00
parent e9c19b4b3b
commit dc719d8378
2 changed files with 3 additions and 3 deletions
@@ -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) {