mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
decrease startup timeout to 4 mins
This commit is contained in:
parent
96bcd7547d
commit
78a2476bb8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue