Skip to content

Commit 4f4ae74

Browse files
committed
Can't normally raise priority.
1 parent ad12308 commit 4f4ae74

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

console/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ BC_USE_LIBBITCOIN_MAIN
3232
int bc::main(int argc, char* argv[])
3333
{
3434
bc::set_utf8_stdio();
35-
bc::set_thread_priority(bc::thread_priority::high);
3635
return bc::server::dispatch(argc, const_cast<const char**>(argv),
3736
bc::cin, bc::cout, bc::cerr);
3837
}

0 commit comments

Comments
 (0)