make iterator_count disabled by default

Created on 7 May 2024, about 2 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.69.0 2024