mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-21 04:38:51 -04:00
Increase timeout, add logs
This commit is contained in:
parent
8c978bbeb3
commit
16592cd20a
2 changed files with 5 additions and 2 deletions
|
@ -62,7 +62,7 @@ import rx.Observable;
|
|||
class MainViewModel implements ViewModel {
|
||||
private static final Logger log = LoggerFactory.getLogger(MainViewModel.class);
|
||||
|
||||
private static final long BLOCKCHAIN_SYNC_TIMEOUT = 30000;
|
||||
private static final long BLOCKCHAIN_SYNC_TIMEOUT = 60000;
|
||||
|
||||
// BTC network
|
||||
final StringProperty blockchainSyncInfo = new SimpleStringProperty("Initializing");
|
||||
|
@ -186,6 +186,7 @@ class MainViewModel implements ViewModel {
|
|||
//log.trace("wallet next");
|
||||
},
|
||||
error -> Platform.runLater(() -> {
|
||||
log.trace("wallet error");
|
||||
setWalletServiceException(error);
|
||||
}),
|
||||
() -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue