mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 23:40:11 +00:00
Allow verbose mode to be enabled at runtime
This commit is contained in:
@@ -51,7 +51,7 @@ public class NvHTTP {
|
|||||||
public static final int CONNECTION_TIMEOUT = 3000;
|
public static final int CONNECTION_TIMEOUT = 3000;
|
||||||
public static final int READ_TIMEOUT = 5000;
|
public static final int READ_TIMEOUT = 5000;
|
||||||
|
|
||||||
private final boolean verbose = false;
|
private static boolean verbose = false;
|
||||||
|
|
||||||
public String baseUrl;
|
public String baseUrl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user