Skip to content

Commit f90f979

Browse files
committed
[ES-1393569] optimize concurrent strategy with update at
Signed-off-by: Yi Jin <[email protected]>
1 parent aa72c1e commit f90f979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/block/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (f *ConcurrentLister) GetActiveAndPartialBlockIDs(ctx context.Context, ch c
345345
case metaChan <- id:
346346
}
347347
return nil
348-
}); err != nil {
348+
}, objstore.WithUpdatedAt()); err != nil {
349349
return nil, err
350350
}
351351
close(metaChan)

0 commit comments

Comments
 (0)