mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
remove useless millisleep
reduces time to service requests improving performance
Rebased-From: 9189f5fe4d
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
6fbd58df09
commit
306a93b79e
@@ -1037,8 +1037,6 @@ void ThreadSocketHandler()
|
||||
BOOST_FOREACH(CNode* pnode, vNodesCopy)
|
||||
pnode->Release();
|
||||
}
|
||||
|
||||
MilliSleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user