mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Raise read timeout to 5 seconds and connect timeout to 3 seconds to avoid some spurious timeouts
This commit is contained in:
parent
5f42ca66fe
commit
ed8857552b
@ -30,8 +30,8 @@ public class NvHTTP {
|
||||
private InetAddress address;
|
||||
|
||||
public static final int PORT = 47984;
|
||||
public static final int CONNECTION_TIMEOUT = 2000;
|
||||
public static final int READ_TIMEOUT = 2000;
|
||||
public static final int CONNECTION_TIMEOUT = 3000;
|
||||
public static final int READ_TIMEOUT = 5000;
|
||||
|
||||
private final boolean verbose = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user