We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12308 commit 4f4ae74Copy full SHA for 4f4ae74
1 file changed
console/main.cpp
@@ -32,7 +32,6 @@ BC_USE_LIBBITCOIN_MAIN
32
int bc::main(int argc, char* argv[])
33
{
34
bc::set_utf8_stdio();
35
- bc::set_thread_priority(bc::thread_priority::high);
36
return bc::server::dispatch(argc, const_cast<const char**>(argv),
37
bc::cin, bc::cout, bc::cerr);
38
}
0 commit comments