braches defaults to 128

This commit is contained in:
zelig 2015-02-03 15:37:50 +01:00
parent bcbaada9b8
commit 9d5317f82a

View file

@ -33,7 +33,7 @@ import (
const (
hasherfunc crypto.Hash = crypto.SHA256 // http://golang.org/pkg/hash/#Hash
branches int64 = 4
branches int64 = 128
)
var (