Only do 1 iteration
This commit is contained in:
parent
6aac9b521f
commit
aa2522d03c
@ -442,7 +442,7 @@ func (op *BackupOperation) do(
|
||||
lastBackupVersion = mans.MinBackupVersion()
|
||||
}
|
||||
|
||||
iterations := 3
|
||||
iterations := 1
|
||||
|
||||
for i := 0; i < iterations; i++ {
|
||||
// TODO(ashmrtn): This should probably just return a collection that deletes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user