Skip to content

Commit

Permalink
Remove new config from app.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Jul 3, 2024
1 parent 498ee09 commit a0d1aaf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@ ss-prune-interval = {{ .StateStore.PruneIntervalSeconds }}
# defaults to 1
ss-import-num-workers = {{ .StateStore.ImportNumWorkers }}
# KeepLastVersion defines whether to keep last version of a key during pruning or delete
# defaults to true
ss-keep-last-version = {{ .StateStore.KeepLastVersion }}
`

0 comments on commit a0d1aaf

Please sign in to comment.