Update realtime priority for modeld/dmonitoringd (#1675)

pull/1676/head
Jason Young 2020-06-10 14:40:22 -07:00 committed by GitHub
parent ceba6fc675
commit ec5fc0e92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ static void set_do_exit(int sig) {
int main(int argc, char **argv) {
int err;
set_realtime_priority(1);
set_realtime_priority(51);
// messaging
SubMaster sm({"dMonitoringState"});

View File

@ -73,7 +73,7 @@ void* live_thread(void *arg) {
int main(int argc, char **argv) {
int err;
set_realtime_priority(1);
set_realtime_priority(51);
// start calibration thread
pthread_t live_thread_handle;