From 6be34b7f2b77e14fe36014a45cd32c4d05d2caec Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:01:39 +0100 Subject: [PATCH] set the session timeout to one minute by default. --- scripts/shairport-sync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 78a79c7e..8a2edb43 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -110,7 +110,7 @@ sessioncontrol = // wait_for_completion = "no"; // set to "yes" to get Shairport Sync to wait until the "run_this..." applications have terminated before continuing // allow_session_interruption = "no"; // set to "yes" to allow another device to interrupt Shairport Sync while it's playing from an existing audio source -// session_timeout = 120; // wait for this number of seconds after a source disappears before terminating the session and becoming available again. +// session_timeout = 60; // wait for this number of seconds after a source disappears before terminating the session and becoming available again. }; // Back End Settings -- 2.47.2