mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-11 10:08:31 -04:00
decrease sync timeout to 3 minutes (#1985)
This commit is contained in:
parent
527663d50b
commit
f8135ad134
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import monero.wallet.model.MoneroWalletListener;
|
|||
public abstract class XmrWalletBase {
|
||||
|
||||
// constants
|
||||
private static final int SYNC_TIMEOUT_SECONDS = 240;
|
||||
private static final int SYNC_TIMEOUT_SECONDS = 180;
|
||||
private static final String SYNC_TIMEOUT_MSG = "Sync timeout called";
|
||||
private static final long SAVE_AFTER_ELAPSED_SECONDS = 300;
|
||||
private Object saveIntervalLock = new Object();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue