Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b1d12ba0
Commit
b1d12ba0
authored
Apr 04, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
parent
73bcce33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mpdconf.example
doc/mpdconf.example
+1
-1
conf.c
src/conf.c
+1
-1
No files found.
doc/mpdconf.example
View file @
b1d12ba0
...
...
@@ -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"
...
...
src/conf.c
View file @
b1d12ba0
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment