]> code.delx.au - pulseaudio/commitdiff
daemon: enable real-time by default
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Jun 2009 16:21:35 +0000 (18:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Jun 2009 16:21:35 +0000 (18:21 +0200)
src/daemon/daemon-conf.c
src/daemon/daemon.conf.in

index 664e4fdea2d885731f51f16f65d74491b866c6d2..9010f2f6528d085e6df7fb450bbfc5422f6660ca 100644 (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,
index d119716dc8cc0a2ed3031cde7c2f037e8393d292..6931359c1d1fb6aee15b160cebd1f6f83a52d75e 100644 (file)
@@ -33,7 +33,7 @@
 ; high-priority = yes
 ; nice-level = -11
 
-; realtime-scheduling = no
+; realtime-scheduling = yes
 ; realtime-priority = 5
 
 ; exit-idle-time = 20