Skip to content

Commit

Permalink
chore: reset sync interval (#4789)
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill authored Aug 28, 2024
1 parent 2193919 commit 8051357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/statestore/storeadapter/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func allSteps(st storage.Store) migration.Steps {
5: deletePrefix(st, "batchstore"),
6: deletePrefix(st, puller.IntervalPrefix),
7: deletePrefix(st, puller.IntervalPrefix),
8: deletePrefix(st, puller.IntervalPrefix),
}
}

Expand Down

0 comments on commit 8051357

Please sign in to comment.