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