800ms seems to be the magic number.
@ -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);
}
Powered by TurnKey Linux.