Currently, this is done for every loose object: https://github.com/aiidateam/disk-objectstore/blob/5b44f09c1bc6574c0d78f0fda079d6b5ca08d1d9/disk_objectstore/container.py?plain=1#L1434-L1438 Instead, if we move it one `while` loop out, it will be done for every `pack`, whichh is probably what we want.
Currently, this is done for every loose object:
disk-objectstore/disk_objectstore/container.py
Lines 1434 to 1438 in 5b44f09
Instead, if we move it one
whileloop out, it will be done for everypack, whichh is probably what we want.