mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 02:50:26 +00:00
Change sleep duration to 1ms from 1us
This commit is contained in:
@@ -85,7 +85,7 @@ void EQ::Net::ConcurrentEQStreamManager::_BackgroundThread() {
|
|||||||
|
|
||||||
while (true == _impl->background_running) {
|
while (true == _impl->background_running) {
|
||||||
loop.Process();
|
loop.Process();
|
||||||
std::this_thread::sleep_for(std::chrono::microseconds(1));
|
Sleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
_impl->background_loop_timer.release();
|
_impl->background_loop_timer.release();
|
||||||
|
|||||||
Reference in New Issue
Block a user