diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-12 18:28:57 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-12 18:28:57 +0000 |
commit | 6f2be4727064bf96c9cfa4622c144566b8c7d7cf (patch) | |
tree | 8e7ce3e29515eeab8c8be2c8208f3da3eec9159e /doc/mpd.conf.5 | |
parent | 3c5cecb828cdf9618cd4ec14a15f8cc59e313db8 (diff) | |
download | mpd-6f2be4727064bf96c9cfa4622c144566b8c7d7cf.tar.gz mpd-6f2be4727064bf96c9cfa4622c144566b8c7d7cf.tar.xz mpd-6f2be4727064bf96c9cfa4622c144566b8c7d7cf.zip |
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
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 4 |
1 files changed, 4 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 |