mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core/rawdb: document config fields
This commit is contained in:
parent
cf79ace3c1
commit
05a1f4fddc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue