]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
set the session timeout to one minute by default.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 29 Jun 2024 19:01:39 +0000 (20:01 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 29 Jun 2024 19:01:39 +0000 (20:01 +0100)
scripts/shairport-sync.conf

index 78a79c7e1a128ad12cde580df0b84cc12819a3af..8a2edb432e2b134b3657840c3bd559c9697a8f7e 100644 (file)
@@ -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