mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 22:46:03 +00:00
Allow more time for the SSL handshake to take place
This commit is contained in:
@@ -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 = 3000;
|
||||
public static final int CONNECTION_TIMEOUT = 5000;
|
||||
public static final int READ_TIMEOUT = 5000;
|
||||
|
||||
private static boolean verbose = false;
|
||||
|
||||
Reference in New Issue
Block a user