tChange block size to 4kB - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5c49af9486e4af7d6b40263665e58f0cbeec9fab
(DIR) parent 6a3036917037d4f8688c8c6b3edcfeff96f0f775
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 22 Mar 2018 00:22:26 +0000
Change block size to 4kB
Diffstat:
M dedup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dedup.c b/dedup.c
t@@ -14,7 +14,7 @@
#define STOREF ".store"
#define CACHEF ".cache"
-#define BLKSIZ 32768
+#define BLKSIZ 4096
struct enthdr {
uint64_t flags;