remove useless millisleep

reduces time to service requests improving performance

Rebased-From: 9189f5fe4d
This commit is contained in:
phantomcircuit 2014-08-29 18:21:18 -07:00 committed by Wladimir J. van der Laan
parent 6fbd58df09
commit 306a93b79e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 2 deletions

View File

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