We get out of memory on big sites.
I added
function _drush_entity_get_info($entity_type = NULL, $count = FALSE) {
so now there is no counting.
We get out of memory on big sites.
I added
function _drush_entity_get_info($entity_type = NULL, $count = FALSE) {
so now there is no counting.
Comments
Comment #1
clemens.tolboomI hot fixed this on 8.x-6.x
But we need to find out how to do a decent count query through
Comment #2
clemens.tolboomHotfixed on 7.x-5.x