master
Matthew 10 months ago
parent bc8b2a85f4
commit 1fc512fa95

@ -271,7 +271,7 @@ public class AppMaster {
httpURLConnection = (HttpURLConnection) url.openConnection();
httpURLConnection.setConnectTimeout(15000);
httpURLConnection.setReadTimeout(15000);
try {
httpURLConnection.setRequestMethod("POST");
} catch (Exception ex) {

Loading…
Cancel
Save