tIncrease avg block size to 512k - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d8bfc3a69ce4c3c35dfa8c0d5cef3ce10e424300
 (DIR) parent a6ea30e905c83777492ec18cb59aed7769d94ba5
 (HTM) 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
       t@@ -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