mirror of
https://github.com/vasi/pixz
synced 2024-11-18 15:26:46 +00:00
Change default block fraction to 2.0
This commit is contained in:
parent
13f6237b67
commit
878e8e0585
2
read.c
2
read.c
@ -60,7 +60,7 @@ static void tar_write_last(void);
|
|||||||
#pragma mark DECLARE READ BUFFER
|
#pragma mark DECLARE READ BUFFER
|
||||||
|
|
||||||
#define STREAMSIZE (1024 * 1024)
|
#define STREAMSIZE (1024 * 1024)
|
||||||
#define MAXSPLITSIZE (64 * 1024 * 1024) // xz -9 blocksize
|
#define MAXSPLITSIZE ((64 * 1024 * 1024) * 2) // xz -9 blocksize * 2
|
||||||
|
|
||||||
static pipeline_item_t *gRbufPI = NULL;
|
static pipeline_item_t *gRbufPI = NULL;
|
||||||
static io_block_t *gRbuf = NULL;
|
static io_block_t *gRbuf = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user