Avoid flattening a queryset
notify_credentials was flattening a queryset when it shouldn't have, which was exploding a large query all into memory. Hopefully this will help with that.
Please register or sign in to comment
notify_credentials was flattening a queryset when it shouldn't have, which was exploding a large query all into memory. Hopefully this will help with that.