Skip to content

Commit 37613b6

Browse files
committed
Change thread priority.
1 parent d796d27 commit 37613b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedTopicClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SharedTopicClient : public LibXR::Application {
7373
}
7474

7575
tx_thread_.Create(this, TxThreadFun, "SharedTopicClientTxThread",
76-
task_stack_depth, LibXR::Thread::Priority::MEDIUM);
76+
task_stack_depth, LibXR::Thread::Priority::REALTIME);
7777

7878
app.Register(*this);
7979
}

0 commit comments

Comments
 (0)