mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
bootup: MetaVolume init should use isErrIngored helper. (#3303)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user