Increase avg block size to 512k - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit d8bfc3a69ce4c3c35dfa8c0d5cef3ce10e424300
DIR parent a6ea30e905c83777492ec18cb59aed7769d94ba5
HTML Author: sin <sin@2f30.org>
Date: Mon, 25 Feb 2019 23:56:12 +0000
Increase avg block size to 512k
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.h b/config.h
@@ -1,4 +1,4 @@
-#define BLKSIZE_AVG ((size_t)131072)
+#define BLKSIZE_AVG ((size_t)524288)
#define BLKSIZE_MIN ((BLKSIZE_AVG) / 4)
#define BLKSIZE_MAX ((BLKSIZE_AVG) * 4)
#define WINSIZE 32