Revert "Allow more time for the SSL handshake to take place"

This reverts commit dfde7b136e37fc9d8249bf758858b9da6c61c489.
This commit is contained in:
Cameron Gutman 2015-10-11 14:54:18 -07:00
parent fd1cb52f5f
commit 469dcab5c7

View File

@ -49,7 +49,7 @@ public class NvHTTP {
public static final int HTTPS_PORT = 47984;
public static final int HTTP_PORT = 47989;
public static final int CONNECTION_TIMEOUT = 5000;
public static final int CONNECTION_TIMEOUT = 3000;
public static final int READ_TIMEOUT = 5000;
private static boolean verbose = false;