mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
module-rt: use FIFO scheduling
FIFO scheduling is recommended for RT usage these days.
This commit is contained in:
parent
4fb878e449
commit
de99fc3515
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ static void idle_func(struct spa_source *source)
|
|||
{
|
||||
struct impl *impl = source->data;
|
||||
uint64_t count;
|
||||
int policy = SCHED_RR;
|
||||
int policy = SCHED_FIFO;
|
||||
int rtprio = impl->rt_prio;
|
||||
struct rlimit rl;
|
||||
struct sched_param sp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue