mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Allow verbose mode to be enabled at runtime
This commit is contained in:
parent
6eaabc84aa
commit
3f7e4d817f
@ -51,7 +51,7 @@ public class NvHTTP {
|
||||
public static final int CONNECTION_TIMEOUT = 3000;
|
||||
public static final int READ_TIMEOUT = 5000;
|
||||
|
||||
private final boolean verbose = false;
|
||||
private static boolean verbose = false;
|
||||
|
||||
public String baseUrl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user