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