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,