Only do 1 iteration

This commit is contained in:
Abhishek Pandey 2023-11-17 17:51:19 -08:00
parent 6aac9b521f
commit aa2522d03c

View File

@ -442,7 +442,7 @@ func (op *BackupOperation) do(
lastBackupVersion = mans.MinBackupVersion() lastBackupVersion = mans.MinBackupVersion()
} }
iterations := 3 iterations := 1
for i := 0; i < iterations; i++ { for i := 0; i < iterations; i++ {
// TODO(ashmrtn): This should probably just return a collection that deletes // TODO(ashmrtn): This should probably just return a collection that deletes