Make findroute more reliable. (#12)

800ms seems to be the magic number.
pull/14/head
Colby Ross 7 years ago committed by Tom Early
parent 05111ec604
commit d428367b0d

@ -437,7 +437,7 @@ void CQnetGateway::GetIRCDataThread()
if (doFind) {
printf("Finding Routes for...\n");
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
std::this_thread::sleep_for(std::chrono::milliseconds(200));
std::this_thread::sleep_for(std::chrono::milliseconds(800));
printf("\t'%s'\n", it->c_str());
ii->findUser(*it);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.