aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/mpdconf.example2
-rw-r--r--src/conf.c2
2 files changed, 2 insertions, 2 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"
diff --git a/src/conf.c b/src/conf.c
index c79156e4f..7fd154e06 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -44,7 +44,7 @@
#define CONF_CONNECTION_TIMEOUT_DEFAULT "60"
#define CONF_MAX_CONNECTIONS_DEFAULT "5"
-#define CONF_MAX_PLAYLIST_LENGTH_DEFAULT "4096"
+#define CONF_MAX_PLAYLIST_LENGTH_DEFAULT "16384"
#define CONF_BUFFER_BEFORE_PLAY_DEFAULT "25%"
#define CONF_MAX_COMMAND_LIST_SIZE_DEFAULT "2048"
#define CONF_MAX_OUTPUT_BUFFER_SIZE_DEFAULT "2048"