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