mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
4ffed65da3
commit
fff18b063b
|
@ -72,6 +72,7 @@ public class IPInfo {
|
|||
HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
|
||||
connection.setRequestMethod("GET");
|
||||
connection.setReadTimeout(FETCH_TIMEOUT);
|
||||
connection.setConnectTimeout(FETCH_TIMEOUT);
|
||||
connection.connect();
|
||||
|
||||
Organization organization = new Organization();
|
||||
|
|
Loading…
Reference in New Issue