diff options
author | Avuton Olrich <avuton@gmail.com> | 2008-12-20 22:16:02 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2008-12-20 22:16:02 -0800 |
commit | e75e40085fb3492ceda7c92afb77cef6b98e71a1 (patch) | |
tree | af668299b93b84c76db976b10598cd4a30ef2da3 /doc | |
parent | 04561b604ba12a1e28914ea0148dd46a976db0a5 (diff) | |
download | mpd-e75e40085fb3492ceda7c92afb77cef6b98e71a1.tar.gz mpd-e75e40085fb3492ceda7c92afb77cef6b98e71a1.tar.xz mpd-e75e40085fb3492ceda7c92afb77cef6b98e71a1.zip |
Remove obsolete http_buffer* stuff that went away with the new curl backend.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 31b105c8d..8cc3b0573 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -192,14 +192,6 @@ song. Try increasing this if you hear skipping when manually changing songs. The default is 10%, a little over 1 second of CD-quality audio with the default buffer size. .TP -.B http_buffer_size <size in KiB> -This specifies the size of the buffer used for playing HTTP streams. The -default is 128. -.TP -.B http_prebuffer_size <size in KiB> -This specifies how much of an HTTP stream should be buffered before beginning -playback. The default is 32. -.TP .B http_proxy_host <hostname> Use to specify the proxy host used for HTTP connections. .TP |