diff options
author | Max Kellermann <max@duempel.org> | 2008-12-21 19:40:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-21 19:40:06 +0100 |
commit | 3b2a752d0edae8868fb7a01554be0069022843a9 (patch) | |
tree | cbc744bc60f919b4d15a446efb3a34db6b9eec65 /doc | |
parent | bc31d7a0ee0a999cdb2d21fb8f0c64ac0a263263 (diff) | |
parent | e75e40085fb3492ceda7c92afb77cef6b98e71a1 (diff) | |
download | mpd-3b2a752d0edae8868fb7a01554be0069022843a9.tar.gz mpd-3b2a752d0edae8868fb7a01554be0069022843a9.tar.xz mpd-3b2a752d0edae8868fb7a01554be0069022843a9.zip |
Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpd
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 ff24fd82a..b0f69eb58 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -195,14 +195,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 |