Skip to content

Commit a0fdab2

Browse files
authored
test(server/v2): Update testdata prune options (#21192)
1 parent 4b4ec47 commit a0fdab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/v2/testdata/app.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ sc-type = 0
2525
# Number of recent heights to keep on disk.
2626
keep-recent = 2
2727
# Height interval at which pruned heights are removed from disk.
28-
interval = 1
28+
interval = 100
2929

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

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

0 commit comments

Comments
 (0)