Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit c3e348d

Browse files
committed
Toml
1 parent 02f3bb3 commit c3e348d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/toml.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ ss-prune-interval = {{ .StateStore.PruneIntervalSeconds }}
6666
# defaults to 1
6767
ss-import-num-workers = {{ .StateStore.ImportNumWorkers }}
6868
69+
# HashRange defines the range of blocks after which a XOR hash is computed and stored
70+
# defaults to 1,000,000 blocks
71+
ss-hash-range = {{ .StateStore.HashRange }}
72+
6973
`

0 commit comments

Comments
 (0)