might as well reduce the buffer size even more. stuff near 1 MB is excessive anyway
This commit is contained in:
Родитель
c40250d598
Коммит
25a91013f0
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче