21126: Move BlobDeleteConcurrency==0 check up in the stack.
[arvados.git] / services / keepstore / azure_blob_volume.go
index f9b383e70e5a1d531c414f7c180e1d623e7c55b2..4fb469bdcbbba73be4c4aad728e2938939e11bb4 100644 (file)
@@ -575,10 +575,6 @@ func (v *AzureBlobVolume) isKeepBlock(s string) bool {
 // EmptyTrash looks for trashed blocks that exceeded BlobTrashLifetime
 // and deletes them from the volume.
 func (v *AzureBlobVolume) EmptyTrash() {
-       if v.cluster.Collections.BlobDeleteConcurrency < 1 {
-               return
-       }
-
        var bytesDeleted, bytesInTrash int64
        var blocksDeleted, blocksInTrash int64