Skip to content

Commit

Permalink
Update pbm/restore/logical.go
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
defbin and github-actions[bot] authored Nov 7, 2024
1 parent 95a3454 commit 179c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbm/restore/logical.go
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ func (r *Restore) applyOplog(ctx context.Context, ranges []oplogRange, options *

func (r *Restore) snapshot(input io.Reader, cloneNS snapshot.CloneNS, excludeRouterCollections bool) error {
rf, err := snapshot.NewRestore(
r.brief.URI,
r.brief.URI,
r.cfg, cloneNS,
r.numParallelColls,
r.numInsertionWorkersPerCol,
Expand Down

0 comments on commit 179c819

Please sign in to comment.