]> Git Repo - VerusCoin.git/commitdiff
Slightly longer wait for peers if not present initially
authormiketout <[email protected]>
Thu, 4 Jun 2020 21:49:00 +0000 (14:49 -0700)
committermiketout <[email protected]>
Thu, 4 Jun 2020 21:49:00 +0000 (14:49 -0700)
src/miner.cpp

index 163123d69f9331b85ce22c8ff7e81b43f1a680d9..3efaf4710b62be1b7f310feaecc9704b86a97e40 100644 (file)
@@ -2254,7 +2254,7 @@ void waitForPeers(const CChainParams &chainparams)
                     }
                 }
             } while (fvNodesEmpty || IsNotInSync());
-            MilliSleep(100 + rand() % 400);
+            MilliSleep(500 + rand() % 1000);
         }
     }
 }
This page took 0.031528 seconds and 4 git commands to generate.