diff --git a/src/bin/migrate-from-gcs.rs b/src/bin/migrate-from-gcs.rs index 55b6ef0..c777e3e 100644 --- a/src/bin/migrate-from-gcs.rs +++ b/src/bin/migrate-from-gcs.rs @@ -221,8 +221,6 @@ async fn migrate_bundle( .as_secs(); print_migration_rate(payloads_migrated, elapsed); - - payloads_migrated = 0; // Reset the counter } }