Make findroute more reliable.

800ms seems to be the magic number.
pull/12/head
w1bsb 7 years ago
parent 05111ec604
commit 337bfc82d3

@ -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.