make iterator_count disabled by default

Created on 7 May 2024, 10 months ago

Problem/Motivation

DataParserPluginBase does this:

  public function count() {
    return iterator_count($this);
  }

For a large source, or for many migrations, that's going to make the `drush ms` command take AGES, isn't it?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

6.0

Component

Plugins

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024