diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.1 | 2 | ||||
-rw-r--r-- | doc/mpdconf.example | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -137,7 +137,7 @@ This specifies the maximum size a command list can be (in kilobytes). The defaul .TP .B max_output_buffer_size <size in KB> This specifies the maximum size of the output buffer to a client (in kilobytes). -The default is 2048 kilobytes. +The default is 8192 kilobytes. .TP .B ao_driver <ao plug-in> This specifies the ao plug-in to use for audio output. Typical values for diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 0b37d9f9a..fbf25b53d 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -222,7 +222,7 @@ pid_file "~/.mpd/mpd.pid" # No need to change these unless you know better. # #max_command_list_size "2048" -#max_output_buffer_size "2048" +#max_output_buffer_size "8192" # # This will make playlists compatible with normal music # players. |