Skip to content

Commit

Permalink
fix: removed premature close()
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 11, 2024
1 parent 4b62c89 commit 437fcd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aw-sync/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ pub fn sync_datastores(
let bucket_to = get_or_create_sync_bucket(&bucket_from, ds_to, is_push);
sync_one(ds_from, ds_to, bucket_from, bucket_to);
}

// Close
ds_from.close();
ds_to.close();
}

/// Syncs a single bucket from one datastore to another
Expand Down

0 comments on commit 437fcd6

Please sign in to comment.