crank the part size; prioritize data channel

This commit is contained in:
Ethan Buchman
2016-03-10 20:20:07 -05:00
parent 898f44ddda
commit 5e42c96267
4 changed files with 8 additions and 6 deletions

View File

@@ -337,6 +337,7 @@ type Data struct {
func (data *Data) Hash() []byte {
if config.GetBool("disable_data_hash") {
// we could use the part_set hash instead
data.hash = []byte{}
return data.hash
}