Skip to content

Commit 21b57ad

Browse files
committed
Remove pointless double of job options
1 parent 5f38a07 commit 21b57ad

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

controllers/IndexController.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,6 @@ protected function _dispatchImportTask($csvImport, $method = null)
373373
}
374374
$csvConfig = $this->_getPluginConfig();
375375

376-
$options = array(
377-
'importId' => $csvImport->id,
378-
'memoryLimit' => @$csvConfig['memoryLimit'],
379-
'batchSize' => @$csvConfig['batchSize'],
380-
'method' => $method,
381-
);
382-
383376
$jobDispatcher = Zend_Registry::get('job_dispatcher');
384377
$jobDispatcher->setQueueName(CsvImport_ImportTask::QUEUE_NAME);
385378
try {

0 commit comments

Comments
 (0)