Skip to content

Commit

Permalink
fix initial snapshot param
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 8, 2024
1 parent d00ac4f commit a5d867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/helpers/cdc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const cdcSettings: MirrorSetting[] = [
stateHandler: (value, setter) =>
setter((curr: CDCConfig) => ({
...curr,
initialCopyOnly: (value as boolean) || false,
initialSnapshotOnly: (value as boolean) || false,
})),
tips: 'If set, PeerDB will only perform initial load and will not perform CDC sync.',
type: 'switch',
Expand Down

0 comments on commit a5d867e

Please sign in to comment.