Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Aug 10, 2024
1 parent c350de5 commit ba81c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmd/seidb/operations/replay_changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func executeReplayChangelog(cmd *cobra.Command, _ []string) {
panic(err)
}

// open the database if apply is true
// open the database if this is not a dry run
if noDryRun {
ssConfig := config.DefaultStateStoreConfig()
ssConfig.KeepRecent = 0
Expand Down

0 comments on commit ba81c48

Please sign in to comment.