From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 30 Jun 2024 08:53:41 +0000 (+0100) Subject: Revert the session timeout from one munite back to two minutes (120 seconds) X-Git-Tag: 4.3.4~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0099831cb7cdd48745fd71a5531e8136ca5a4ef7;p=thirdparty%2Fshairport-sync.git Revert the session timeout from one munite back to two minutes (120 seconds) --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 8a2edb43..78a79c7e 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 = 60; // wait for this number of seconds after a source disappears before terminating the session and becoming available again. +// session_timeout = 120; // wait for this number of seconds after a source disappears before terminating the session and becoming available again. }; // Back End Settings