diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-04 07:08:00 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-04 07:08:00 +0000 |
commit | b1d12ba0f666b2637e272ef14d699fb93b10b158 (patch) | |
tree | 918bb5519e07d4a9db01834e8701a784a655dc81 /doc/mpdconf.example | |
parent | 73bcce335f49df5b919ba326765a94fd821561ea (diff) | |
download | mpd-b1d12ba0f666b2637e272ef14d699fb93b10b158.tar.gz mpd-b1d12ba0f666b2637e272ef14d699fb93b10b158.tar.xz mpd-b1d12ba0f666b2637e272ef14d699fb93b10b158.zip |
make default max playlist length be 16384. bumped up from 4096
git-svn-id: https://svn.musicpd.org/mpd/trunk@602 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 51ad45363..7a61f4ec9 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -97,7 +97,7 @@ error_file "~/.mpd/mpd.error" ########### MISC OPTIONS ################# -#max_playlist_length "4096" +#max_playlist_length "16384" #connection_timeout "60" #max_connections "5" #max_command_list_size "2048" |