Skip to content

Commit

Permalink
Remove dgi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart committed Jul 19, 2021
1 parent 9a59216 commit 488f184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MigrateBatchExecutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MigrateBatchExecutable extends MigrateExecutable {
}

// The name of our timer.
const TIMER = 'dgi_migrate_iteration_timer';
const TIMER = 'idc_migrate_iteration_timer';

// The max amount of time we might want to allow per iteration.
const MAX_TIME = 3600.0;
Expand All @@ -47,7 +47,7 @@ class MigrateBatchExecutable extends MigrateExecutable {
public function __construct(MigrationInterface $migration, MigrateMessageInterface $message, array $options = []) {
parent::__construct($migration, $message, $options);

$queue_name = "dgi_migrate__batch_queue__{$migration->id()}";
$queue_name = "idc_migrate__batch_queue__{$migration->id()}";
$this->queue = \Drupal::queue($queue_name, TRUE);

if (static::isCli()) {
Expand Down

0 comments on commit 488f184

Please sign in to comment.