daemon: enable real-time by default

This commit is contained in:
Lennart Poettering 2009-06-19 18:21:35 +02:00
parent 06ec5fda21
commit a62db279b7
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ static const pa_daemon_conf default_conf = {
.fail = TRUE,
.high_priority = TRUE,
.nice_level = -11,
.realtime_scheduling = FALSE,
.realtime_scheduling = TRUE,
.realtime_priority = 5, /* Half of JACK's default rtprio */
.disallow_module_loading = FALSE,
.disallow_exit = FALSE,

View file

@ -33,7 +33,7 @@
; high-priority = yes
; nice-level = -11
; realtime-scheduling = no
; realtime-scheduling = yes
; realtime-priority = 5
; exit-idle-time = 20