fix: use HealObject for cleaning up dangling objects (#11171)
main reason is that HealObjects starts a recursive listing for each object, this can be a really really long time on large namespaces instead avoid recursive listing just perform HealObject() instead at the prefix. delete's already handle purging dangling content, we don't need to achieve this by doing recursive listing, this in-turn can delay crawling significantly.master
parent
c19e6ce773
commit
d8d25a308f
Loading…
Reference in new issue