Commit 444bb0c4 authored by Odai Atieh's avatar Odai Atieh Committed by Youri van Koppen
Browse files

Issue #3241079 by Odai Atieh: Use batch API for "feeds:import-all" Drush command.

parent 78d57edf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -316,7 +316,8 @@ class FeedsDrushCommands extends DrushCommands {
        ':label' => $feed->label(),
        ':id' => $feed->id(),
      ]));
      $feed->import();
      $feed->startBatchImport();
      drush_backend_batch_process();
    }
  }