Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).

This commit is contained in:
Matt Corallo 2012-07-02 20:14:02 +02:00 committed by Matt Corallo
parent 74088e862e
commit f339e9e339

View file

@ -1544,6 +1544,8 @@ void ThreadOpenAddedConnections2(void* parg)
CSemaphoreGrant grant(*semOutbound);
OpenNetworkConnection(addr, &grant, strAddNode.c_str());
Sleep(500);
if (fShutdown)
return;
}
vnThreadsRunning[THREAD_ADDEDCONNECTIONS]--;
Sleep(120000); // Retry every 2 minutes