Skip to content

Commit

Permalink
test(server/v2): Update testdata prune options (#21192)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk authored Aug 7, 2024
1 parent 4b4ec47 commit a0fdab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/v2/testdata/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ sc-type = 0
# Number of recent heights to keep on disk.
keep-recent = 2
# Height interval at which pruned heights are removed from disk.
interval = 1
interval = 100

# Pruning options for state commitment
[store.options.sc-pruning-option]
# Number of recent heights to keep on disk.
keep-recent = 2
# Height interval at which pruned heights are removed from disk.
interval = 1
interval = 100

[store.options.iavl-config]
# CacheSize set the size of the iavl tree cache.
Expand Down

0 comments on commit a0fdab2

Please sign in to comment.