From b607e641980c7123f896aa5aa8033750065d7d67 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 24 Jul 2013 17:28:41 +0000 Subject: [PATCH] [CABMAN] * Split the reactos.cab generation time by almost a half. Dedicated to Timo Kreuzer. svn path=/trunk/; revision=59570 --- reactos/tools/cabman/cabinet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/cabman/cabinet.h b/reactos/tools/cabman/cabinet.h index 105fcfebba2..b55a6a4624d 100644 --- a/reactos/tools/cabman/cabinet.h +++ b/reactos/tools/cabman/cabinet.h @@ -95,7 +95,7 @@ extern ULONG DebugTraceLevel; #define CAB_SIGNATURE 0x4643534D // "MSCF" #define CAB_VERSION 0x0103 -#define CAB_BLOCKSIZE 32768 +#define CAB_BLOCKSIZE 2048 #define CAB_COMP_MASK 0x00FF #define CAB_COMP_NONE 0x0000