mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-15 15:59:10 -05:00
Removed STRESS_TEST flag
This commit is contained in:
parent
ff2c9d619f
commit
8dd9069ecb
14 changed files with 23 additions and 25 deletions
|
|
@ -3,8 +3,6 @@ package io.bitsquare.common;
|
|||
import java.time.Duration;
|
||||
|
||||
public interface Timer {
|
||||
boolean STRESS_TEST = false;
|
||||
|
||||
Timer runLater(java.time.Duration delay, Runnable action);
|
||||
|
||||
Timer runPeriodically(Duration interval, Runnable runnable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue