Increase ARCHIVE_READ_BLOCK_SIZE to a more suitable value.
--HG-- extra : convert_revision : 399afdeb4535a1a074117235785d277db468ebac
This commit is contained in:
parent
cad79eb4ae
commit
d11cce17d8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue