diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-27 13:12:02 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-27 13:12:02 +0000 |
commit | b9b39849d8705b0cec5e3ccf8e5ddf49c4a12f42 (patch) | |
tree | 327696f3c6cf56f504747d9e7db11707d6f67290 /src/playerData.c | |
parent | 5339f63a2bc9e8687df4860df7ae31d33ec09ea3 (diff) | |
download | mpd-b9b39849d8705b0cec5e3ccf8e5ddf49c4a12f42.tar.gz mpd-b9b39849d8705b0cec5e3ccf8e5ddf49c4a12f42.tar.xz mpd-b9b39849d8705b0cec5e3ccf8e5ddf49c4a12f42.zip |
Increasing default buffer_before_play from 0% to 10%.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/playerData.c')
-rw-r--r-- | src/playerData.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |