Merge "Revert "Set input thread priority to RT - try 3"" into main

This commit is contained in:
T.J. Mercier 2024-11-06 21:50:40 +00:00 committed by Gerrit Code Review
commit 574da62341

View file

@ -202,19 +202,6 @@
}
]
},
{
"Name": "RealTimeInputScheduling",
"Actions": [
{
"Name": "SetSchedulerPolicy",
"Params":
{
"Policy": "SCHED_FIFO",
"Priority": "98"
}
}
]
},
{
"Name": "CameraServicePerformance",
"Actions": [
@ -717,7 +704,7 @@
},
{
"Name": "InputPolicy",
"Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
"Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
}
]
}