From 6f2be4727064bf96c9cfa4622c144566b8c7d7cf Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Tue, 12 Jun 2007 18:28:57 +0000 Subject: Make the shout timeout configurable. The default is still 2 seconds. git-svn-id: https://svn.musicpd.org/mpd/trunk@6556 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpd.conf.5 | 4 ++++ doc/mpdconf.example | 1 + 2 files changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index d52f07200..7db2eee05 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -375,6 +375,10 @@ default is "source". This specifies whether to request that the stream be listed in all public stream directories that the icecast server knows about. The default is no. .TP +.B timeout +This specifies the number of seconds to wait before giving up on trying to +connect to the icecast server. The default is 2 seconds. +.TP .B description This specifies a description of the stream. .TP diff --git a/doc/mpdconf.example b/doc/mpdconf.example index bddc4d482..be04adb91 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -124,6 +124,7 @@ error_file "~/.mpd/mpd.error" # description "My Stream Description" # optional # genre "jazz" # optional # public "no" # optional +# timeout "2" # optional #} # # An example of a null output (for no audio output): -- cgit v1.2.3