From 9d5317f82af3d5549f5fb98b42e9067403e30a4b Mon Sep 17 00:00:00 2001 From: zelig Date: Tue, 3 Feb 2015 15:37:50 +0100 Subject: [PATCH] braches defaults to 128 --- bzz/chunker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzz/chunker.go b/bzz/chunker.go index 57cb3a7d9b..a571df209b 100644 --- a/bzz/chunker.go +++ b/bzz/chunker.go @@ -33,7 +33,7 @@ import ( const ( hasherfunc crypto.Hash = crypto.SHA256 // http://golang.org/pkg/hash/#Hash - branches int64 = 4 + branches int64 = 128 ) var (