Increase ARCHIVE_READ_BLOCK_SIZE to a more suitable value.
--HG-- extra : convert_revision : 399afdeb4535a1a074117235785d277db468ebac
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
/* Verbose messages */
|
/* Verbose messages */
|
||||||
#define XBPS_VERBOSE 0x00000001
|
#define XBPS_VERBOSE 0x00000001
|
||||||
|
|
||||||
#define ARCHIVE_READ_BLOCKSIZE 2048
|
#define ARCHIVE_READ_BLOCKSIZE 10240
|
||||||
|
|
||||||
#ifndef __UNCONST
|
#ifndef __UNCONST
|
||||||
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
||||||
|
|||||||
Reference in New Issue
Block a user