mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
daemon: enable real-time by default
This commit is contained in:
parent
06ec5fda21
commit
a62db279b7
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ static const pa_daemon_conf default_conf = {
|
||||||
.fail = TRUE,
|
.fail = TRUE,
|
||||||
.high_priority = TRUE,
|
.high_priority = TRUE,
|
||||||
.nice_level = -11,
|
.nice_level = -11,
|
||||||
.realtime_scheduling = FALSE,
|
.realtime_scheduling = TRUE,
|
||||||
.realtime_priority = 5, /* Half of JACK's default rtprio */
|
.realtime_priority = 5, /* Half of JACK's default rtprio */
|
||||||
.disallow_module_loading = FALSE,
|
.disallow_module_loading = FALSE,
|
||||||
.disallow_exit = FALSE,
|
.disallow_exit = FALSE,
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
; high-priority = yes
|
; high-priority = yes
|
||||||
; nice-level = -11
|
; nice-level = -11
|
||||||
|
|
||||||
; realtime-scheduling = no
|
; realtime-scheduling = yes
|
||||||
; realtime-priority = 5
|
; realtime-priority = 5
|
||||||
|
|
||||||
; exit-idle-time = 20
|
; exit-idle-time = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue