Skip to content

Commit

Permalink
Revert the session timeout from one munite back to two minutes (120 s…
Browse files Browse the repository at this point in the history
…econds)
  • Loading branch information
mikebrady committed Jun 30, 2024
1 parent e09b9c6 commit 0099831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shairport-sync.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0099831

Please sign in to comment.