test(server/v2): Update testdata prune options (#21192)

This commit is contained in:
Hieu Vu 2024-08-07 15:07:20 +07:00 committed by GitHub
parent 4b4ec478df
commit a0fdab27b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.