|
|
@@ -117,7 +117,7 @@ import retrofit2.http.Part;
|
|
|
public class LifeplusAPIService extends LifeplusRetrofitService implements LifeplusAPI {
|
|
|
|
|
|
private final String API_URL;
|
|
|
- private final static int TIMEOUT_SHORT = 86400000;
|
|
|
+ private final static int TIMEOUT_SHORT = 3600000;
|
|
|
|
|
|
public LifeplusAPIService() {
|
|
|
API_URL = NetworkConfig.getHostUrl() + ":" + NetworkConfig.getHostPort() + "/";
|