forked from Qortal/qortal
Initial bootstrap import retry interval reduced from 5 minutes to 1 minute
This commit is contained in:
parent
7105872a37
commit
4dff91a0e5
@ -35,7 +35,7 @@ public class Bootstrap {
|
|||||||
|
|
||||||
private Repository repository;
|
private Repository repository;
|
||||||
|
|
||||||
private int retryMinutes = 5;
|
private int retryMinutes = 1;
|
||||||
|
|
||||||
private static final Logger LOGGER = LogManager.getLogger(Bootstrap.class);
|
private static final Logger LOGGER = LogManager.getLogger(Bootstrap.class);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user