0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

remove useless millisleep

reduces time to service requests improving performance
This commit is contained in:
phantomcircuit 2014-08-29 18:21:18 -07:00
parent b8d92236f6
commit 9189f5fe4d

View file

@ -1080,8 +1080,6 @@ void ThreadSocketHandler()
BOOST_FOREACH(CNode* pnode, vNodesCopy) BOOST_FOREACH(CNode* pnode, vNodesCopy)
pnode->Release(); pnode->Release();
} }
MilliSleep(10);
} }
} }