Skip to content

Commit 7d102ba

Browse files
torcolvinCopilot
andauthored
Update db/attachment_compaction.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52b6745 commit 7d102ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/attachment_compaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ func attachmentCompactSweepPhase(ctx context.Context, dataStore base.DataStore,
430430
return purgedAttachmentCount.Value(), dcpClient.GetMetadataKeyPrefix(), err
431431
}
432432

433-
// attachmentCompactCleanupPhase runs a DCP feed to clean up all documents with an attachment compaction xattr. Returns
433+
// attachmentCompactCleanupPhase runs a DCP feed to clean up all documents with an attachment compaction xattr. Returns
434434
// the DCP checkpoint prefix and any error encountered.
435435
func attachmentCompactCleanupPhase(ctx context.Context, dataStore base.DataStore, collectionID uint32, db *Database, compactionID string, vbUUIDs []uint64, terminator *base.SafeTerminator) (string, error) {
436436
base.InfofCtx(ctx, base.KeyAll, "Starting third phase of attachment compaction (cleanup phase) with compactionID: %q", compactionID)

0 commit comments

Comments
 (0)