More work on initial sync

This commit is contained in:
miketout
2018-08-26 11:58:14 -07:00
parent bca01f86eb
commit 24dd56729b
2 changed files with 4 additions and 4 deletions

View File

@@ -799,7 +799,7 @@ int32_t waitForPeers(const CChainParams &chainparams)
if (fvNodesEmpty || !IsInSync())
{
do {
MilliSleep(100 + rand() % 400);
MilliSleep(1000 + rand() % 4000);
{
LOCK(cs_vNodes);
fvNodesEmpty = vNodes.empty();