mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
#1363 Fixed main thread priority.
This commit is contained in:
@@ -90,8 +90,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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user