mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Change timeout to 20 sec.
This commit is contained in:
parent
70f75dd953
commit
04d22e0380
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class MainViewModel implements ViewModel {
|
|||
}
|
||||
|
||||
public void initBackend() {
|
||||
bitcoinNetworkTimeout = Utilities.setTimeout(2000, animationTimer -> {
|
||||
bitcoinNetworkTimeout = Utilities.setTimeout(20000, animationTimer -> {
|
||||
Platform.runLater(() -> {
|
||||
networkSyncProgress.set(0);
|
||||
blockchainSyncState.set("Connection to bitcoin network failed.");
|
||||
|
|
Loading…
Add table
Reference in a new issue