summaryrefslogtreecommitdiff
path: root/scripts/shairport-sync.conf
diff options
context:
space:
mode:
authorJörn Nettingsmeier <nettings@luchtbeweging.nl>2019-02-15 23:08:04 +0000
committerJörn Nettingsmeier <nettings@luchtbeweging.nl>2019-02-15 23:08:04 +0000
commitedd699dfbce4e82d84b2891a28f7e1af034acd2a (patch)
tree2317d6fc7e41defc6f52de62997dd866cea57063 /scripts/shairport-sync.conf
parent63b3381a27906859e7a2932e6bebe3979e7e075d (diff)
Remove auto_client_open_interval option, always open JACK connection immediately or fail.
Remove client creation thread and wrapper function.
Diffstat (limited to 'scripts/shairport-sync.conf')
-rw-r--r--scripts/shairport-sync.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf
index cb92738..cfddd41 100644
--- a/scripts/shairport-sync.conf
+++ b/scripts/shairport-sync.conf
@@ -109,7 +109,6 @@ pa =
jack =
{
// client_name = "Shairport Sync"; //Set this to the name of the client that should appear in "Connections" when Shairport Sync is active.
-// auto_client_open_interval = 1; // Set this to the interval in seconds between automatic attempts to open a client on the jack server. Set to zero to disable this behaviour.
// auto_client_disconnect = "no"; // Set this to "yes" to close the jack client automatically at then end of a play session. Default is no -- the client stays connected.
};