core/rawdb: document config fields

This commit is contained in:
Felix Lange 2025-03-14 18:13:08 +01:00
parent cf79ace3c1
commit 05a1f4fddc

View file

@ -47,8 +47,8 @@ var chainFreezerTableConfigs = map[string]freezerTableConfig{
}
type freezerTableConfig struct {
snappy bool
prunable bool
snappy bool // enables item compression
prunable bool // true for tables that can be truncated by TruncateTailBlocks
}
const (