mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +00:00
net.cpp: Do not change primary process name from (default) to "bitcoin-start"
Discussed a bit on IRC.
This commit is contained in:
parent
f49992d983
commit
1483aac5f9
@ -1763,9 +1763,6 @@ void static Discover()
|
|||||||
|
|
||||||
void StartNode(boost::thread_group& threadGroup)
|
void StartNode(boost::thread_group& threadGroup)
|
||||||
{
|
{
|
||||||
// Make this thread recognisable as the startup thread
|
|
||||||
RenameThread("bitcoin-start");
|
|
||||||
|
|
||||||
if (semOutbound == NULL) {
|
if (semOutbound == NULL) {
|
||||||
// initialize semaphore
|
// initialize semaphore
|
||||||
int nMaxOutbound = min(MAX_OUTBOUND_CONNECTIONS, (int)GetArg("-maxconnections", 125));
|
int nMaxOutbound = min(MAX_OUTBOUND_CONNECTIONS, (int)GetArg("-maxconnections", 125));
|
||||||
|
Loading…
Reference in New Issue
Block a user