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
This commit is contained in:
parent
b8d92236f6
commit
9189f5fe4d
@ -1080,8 +1080,6 @@ void ThreadSocketHandler()
|
||||
BOOST_FOREACH(CNode* pnode, vNodesCopy)
|
||||
pnode->Release();
|
||||
}
|
||||
|
||||
MilliSleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user