From b9b39849d8705b0cec5e3ccf8e5ddf49c4a12f42 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sun, 27 May 2007 13:12:02 +0000 Subject: Increasing default buffer_before_play from 0% to 10%. git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playerData.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/playerData.c b/src/playerData.c index e0c3abfe4..30ff6d6d6 100644 --- a/src/playerData.c +++ b/src/playerData.c @@ -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; -- cgit v1.2.3