diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 4 | ||||
-rw-r--r-- | doc/mpdconf.example | 1 |
2 files changed, 5 insertions, 0 deletions
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 <seconds> +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 <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): |