From d341db8861994e5a28831deac85ff7604e2340e1 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 10 Aug 2025 15:39:26 -0700 Subject: [PATCH] Update ec_vacuum_task.go --- weed/worker/tasks/ec_vacuum/ec_vacuum_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/worker/tasks/ec_vacuum/ec_vacuum_task.go b/weed/worker/tasks/ec_vacuum/ec_vacuum_task.go index 282bbd8b7..4c069f191 100644 --- a/weed/worker/tasks/ec_vacuum/ec_vacuum_task.go +++ b/weed/worker/tasks/ec_vacuum/ec_vacuum_task.go @@ -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) } }