mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-15 07:52:58 -05:00
increase app startup timeout to 5 mins
This commit is contained in:
parent
7ccd4bed8e
commit
d7c934eac4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ import org.fxmisc.easybind.monadic.MonadicBinding;
|
|||
public class HavenoSetup {
|
||||
private static final String VERSION_FILE_NAME = "version";
|
||||
|
||||
private static final long STARTUP_TIMEOUT_MINUTES = 4;
|
||||
private static final int STARTUP_TIMEOUT_MINUTES = 5;
|
||||
|
||||
private final DomainInitialisation domainInitialisation;
|
||||
private final P2PNetworkSetup p2PNetworkSetup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue