mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-07-31 04:23:34 +00:00
Update ec_vacuum_task.go
This commit is contained in:
@@ -41,7 +41,7 @@ func NewEcVacuumTask(id string, volumeID uint32, collection string, sourceNodes
|
||||
sourceNodes: sourceNodes,
|
||||
sourceGeneration: sourceGeneration, // generation to vacuum from (G)
|
||||
targetGeneration: sourceGeneration + 1, // generation to create (G+1)
|
||||
cleanupGracePeriod: 5 * time.Minute, // default 5 minute grace period
|
||||
cleanupGracePeriod: 5 * time.Minute, // default 5 minute grace period (configurable)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user