mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Raise read timeout to 5 seconds and connect timeout to 3 seconds to avoid some spurious timeouts
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user