mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
decrease startup timeout to 4 mins
This commit is contained in:
parent
96bcd7547d
commit
78a2476bb8
@ -113,7 +113,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 = 5;
|
||||
private static final long STARTUP_TIMEOUT_MINUTES = 4;
|
||||
|
||||
private final DomainInitialisation domainInitialisation;
|
||||
private final P2PNetworkSetup p2PNetworkSetup;
|
||||
|
Loading…
Reference in New Issue
Block a user