From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:01:39 +0000 (+0100) Subject: set the session timeout to one minute by default. X-Git-Tag: 4.3.4~1^2~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6be34b7f2b77e14fe36014a45cd32c4d05d2caec;p=thirdparty%2Fshairport-sync.git set the session timeout to one minute by default. --- 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