dedup

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

commit d8bfc3a69ce4c3c35dfa8c0d5cef3ce10e424300
parent a6ea30e905c83777492ec18cb59aed7769d94ba5
Author: sin <sin@2f30.org>
Date:   Mon, 25 Feb 2019 23:56:12 +0000

Increase avg block size to 512k

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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