mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Update freezer_table.go
This commit is contained in:
parent
fc41728c1d
commit
3062edbfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ type freezerTable struct {
|
||||||
// should never be lower than itemOffset.
|
// should never be lower than itemOffset.
|
||||||
itemHidden atomic.Uint64
|
itemHidden atomic.Uint64
|
||||||
|
|
||||||
config freezerTableConfig // table configuration (compression, prunability). Note: compression flag does not apply retroactively to existing files
|
config freezerTableConfig // table configuration (compression, prunability). Note: compression flag does not apply retroactively to existing files
|
||||||
readonly bool
|
readonly bool
|
||||||
maxFileSize uint32 // Max file size for data-files
|
maxFileSize uint32 // Max file size for data-files
|
||||||
name string
|
name string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue