diff --git a/DigestPlay.c b/DigestPlay.c index 568ce01..fca573e 100644 --- a/DigestPlay.c +++ b/DigestPlay.c @@ -23,7 +23,7 @@ #define COUNT(array) sizeof(array) / sizeof(array[0]) -#define BUFFER_SIZE 1024 +#define BUFFER_SIZE 128 #define ATTEMPT_COUNT 5 #define CLIENT_NAME "DigestPlay " STRING(VERSION) " " BUILD