commit 5c49af9486e4af7d6b40263665e58f0cbeec9fab parent 6a3036917037d4f8688c8c6b3edcfeff96f0f775 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(-)
diff --git a/dedup.c b/dedup.c @@ -14,7 +14,7 @@ #define STOREF ".store" #define CACHEF ".cache" -#define BLKSIZ 32768 +#define BLKSIZ 4096 struct enthdr { uint64_t flags;