dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 51e30cc320f67d76423856e7f0fc790431f9cf5f
parent ec545e0de1c24732355d70545e75781d5702ba37
Author: sin <sin@2f30.org>
Date:   Thu, 21 Feb 2019 23:12:17 +0000

Tweak params

Diffstat:
Mconfig.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

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)