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/mpdconf.example | |
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 '')
-rw-r--r-- | doc/mpdconf.example | 1 |
1 files changed, 1 insertions, 0 deletions
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): |