mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
remove useless millisleep
reduces time to service requests improving performance
Rebased-From: 9189f5fe4d
This commit is contained in:
parent
6fbd58df09
commit
306a93b79e
@ -1037,8 +1037,6 @@ void ThreadSocketHandler()
|
||||
BOOST_FOREACH(CNode* pnode, vNodesCopy)
|
||||
pnode->Release();
|
||||
}
|
||||
|
||||
MilliSleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user