Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable vid reuse compaction (#2276)
The current implementation cannot be used practically since it causes several full reallocations of the whole free list per deletion - it needs to be reimplemented, or the chain cannot practically progress beyond ~2.5M blocks where a lot of removals happen. Co-authored-by: tersec <[email protected]>
- Loading branch information