mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Allow more time for the SSL handshake to take place
This commit is contained in:
parent
5175e68b99
commit
fd1cb52f5f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user