Increasing default buffer_before_play from 0% to 10%.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman
2007-05-27 13:12:02 +00:00
parent 5339f63a2b
commit b9b39849d8
4 changed files with 6 additions and 4 deletions

View File

@@ -31,8 +31,8 @@
int buffered_before_play;
int buffered_chunks;
#define DEFAULT_BUFFER_SIZE 2048
#define DEFAULT_BUFFER_BEFORE_PLAY 0
#define DEFAULT_BUFFER_SIZE 2048
#define DEFAULT_BUFFER_BEFORE_PLAY 10
static PlayerData *playerData_pd;