Skip to content

Commit

Permalink
fix: don't reset count
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Oct 13, 2023
1 parent 06ded3e commit 08a38b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/migrate-from-gcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ async fn migrate_bundle(
.as_secs();

print_migration_rate(payloads_migrated, elapsed);

payloads_migrated = 0; // Reset the counter
}
}

Expand Down

0 comments on commit 08a38b6

Please sign in to comment.