diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2012-08-29 19:38:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-03 22:49:51 +0200 |
commit | 2050e2f886b772102fe99c29a1ac24867ffbcdbf (patch) | |
tree | 5bfecc0f2c8c74343f7a2c3dcaaef50ea244220d | |
parent | 013e8479afce485bec1c93b8b58fb558abaac6ed (diff) | |
download | mpd-2050e2f886b772102fe99c29a1ac24867ffbcdbf.tar.gz mpd-2050e2f886b772102fe99c29a1ac24867ffbcdbf.tar.xz mpd-2050e2f886b772102fe99c29a1ac24867ffbcdbf.zip |
mpd.conf(5): Use the correct default value for max_playlist_length
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index d502e0564..33049bf3c 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -216,7 +216,7 @@ default is 5. .TP .B max_playlist_length <number> This specifies the maximum number of songs that can be in the playlist. The -default is 4096. +default is 16384. .TP .B max_command_list_size <size in KiB> This specifies the maximum size a command list can be. The default is 2048. |