Tweak params - 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 51e30cc320f67d76423856e7f0fc790431f9cf5f
DIR parent ec545e0de1c24732355d70545e75781d5702ba37
HTML Author: sin <sin@2f30.org>
Date: Thu, 21 Feb 2019 23:12:17 +0000
Tweak params
Diffstat:
M config.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/config.h b/config.h
@@ -1,3 +1,3 @@
-#define BLKSIZE 4096
-#define WINSIZE 511
-#define HASHMSK ((1ul << 10) - 1)
+#define BLKSIZE 131072
+#define WINSIZE 32
+#define HASHMSK ((1ul << 15) - 1)