might as well reduce the buffer size even more. stuff near 1 MB is excessive anyway

This commit is contained in:
David Wang 2008-08-04 13:27:30 -04:00
Родитель c40250d598
Коммит 25a91013f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
#include <bzlib.h>
#include "abstractfile.h"
#define BUFFERSIZE (512 * 1024)
#define BUFFERSIZE (256 * 1024)
static off_t offtin(unsigned char *buf)
{