mirror of
https://github.com/Qortal/qortal.git
synced 2025-08-18 00:21:28 +00:00
Initial bootstrap import retry interval reduced from 5 minutes to 1 minute
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user