mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
bump reprocessing delay to 5s
This commit is contained in:
parent
0ea056104c
commit
adf7348515
@ -95,7 +95,7 @@ public abstract class TradeProtocol implements DecryptedDirectMessageListener, D
|
||||
public static final int TRADE_STEP_TIMEOUT_SECONDS = Config.baseCurrencyNetwork().isTestnet() ? 60 : 180;
|
||||
private static final String TIMEOUT_REACHED = "Timeout reached.";
|
||||
public static final int MAX_ATTEMPTS = 5; // max attempts to create txs and other wallet functions
|
||||
public static final long REPROCESS_DELAY_MS = 2000;
|
||||
public static final long REPROCESS_DELAY_MS = 5000;
|
||||
|
||||
protected final ProcessModel processModel;
|
||||
protected final Trade trade;
|
||||
|
Loading…
Reference in New Issue
Block a user