Fix dbExpand not dividing by slots, resulting in consuming slots times the dictExpand (#12773)
We meant to divide it by the number of slots, otherwise it will do slots times dictExpand, bug was introduced in #11695.
Please register or sign in to comment