-
- Downloads
Don't set `:max-rows` in search (#45443)
This was a huge footgun. We were accidentally limiting *ALL* queries run in our transducer to 1000 results. This included the query to fetch permissions, so when we checked permissions we were checking a small percentage of your *actual* permissions (e.g. 1000 / ~6300 for me on stats).
Please register or sign in to comment