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 664e4fd..9010f2f 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 d119716..6931359 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