mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Set stresstest flag to false
This commit is contained in:
parent
dfc5c27e65
commit
0fe03973c2
@ -6,7 +6,7 @@ import org.slf4j.LoggerFactory;
|
||||
public class DevFlags {
|
||||
private static final Logger log = LoggerFactory.getLogger(DevFlags.class);
|
||||
|
||||
public static final boolean STRESS_TEST_MODE = true;
|
||||
public static final boolean STRESS_TEST_MODE = false;
|
||||
public static final boolean DEV_MODE = STRESS_TEST_MODE || false;
|
||||
public static final boolean IS_RELEASE_VERSION = !DEV_MODE && true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user