mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Remove stresstest flag
This commit is contained in:
parent
55b9873d19
commit
b2f5a7f166
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ 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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue