This commit is contained in:
MoneroOcean 2019-12-04 10:52:07 -08:00
commit f3e6423e9d
28 changed files with 65 additions and 72 deletions

View file

@ -97,8 +97,6 @@ int xmrig::App::exec()
m_controller->start();
}
Platform::setThreadPriority(5);
rc = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
uv_loop_close(uv_default_loop());