bootup: MetaVolume init should use isErrIngored helper. (#3303)

This commit is contained in:
Harshavardhana
2016-11-21 01:46:55 -08:00
committed by GitHub
parent afa4c7c3ef
commit 066f64d34a
2 changed files with 10 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ var errPartsMissing = errors.New("required parts missing")
var errAppendPartsTimeout = errors.New("appendParts goroutine timeout")
// Timeout value for the appendParts go-routine.
var appendPartsTimeout = 24 * 60 * 60 * time.Second
var appendPartsTimeout = 24 * 60 * 60 * time.Second // 24 hours.
// Holds a map of uploadID->appendParts go-routine
type backgroundAppend struct {