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 (