commit 96025603520557acbba2313f76e5f436449ff68a parent 198d1ebbb704dd80f0740ab3859a7fc5fa54769a Author: sin <sin@2f30.org> Date: Sun, 7 Apr 2019 13:29:16 +0100 Default to lz4 Diffstat:
M | dedup.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dedup.c b/dedup.c @@ -34,7 +34,7 @@ static struct icache *icache; static int ifd; static int sfd; static int hash_algo; -static int compr_algo; +static int compr_algo = COMPR_LZ4; int verbose; char *argv0;