mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +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 {
|
type freezerTableConfig struct {
|
||||||
snappy bool
|
snappy bool // enables item compression
|
||||||
prunable bool
|
prunable bool // true for tables that can be truncated by TruncateTailBlocks
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue