From 36b3beff1145786247a50b29a6438c458adf8f69 Mon Sep 17 00:00:00 2001 From: Lucas Meijer Date: Thu, 11 Dec 2025 09:58:13 +0100 Subject: [PATCH] Update comment to reflect new reality --- pkg/storage/object/local/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/object/local/store.go b/pkg/storage/object/local/store.go index b2c716c..ce3d0e6 100644 --- a/pkg/storage/object/local/store.go +++ b/pkg/storage/object/local/store.go @@ -60,7 +60,7 @@ func (s *store) getObjectLocation(reference object.FlatReference) (uint64, bool, distanceFromMaximum := int64(s.locationBlobMap.GetNextPutLocation() - location) // Compute a deterministic threshold for this object within the - // current region. Objects whose distance from minimum goes + // current region. Objects whose distance from maximum goes // above (newRegionSizeBytes + threshold) need to be refreshed. // XOR with location ensures the threshold changes each time the // object is relocated, preventing the same objects from always