diff --git a/core/rawdb/freezer_table.go b/core/rawdb/freezer_table.go index e78ff2a7fa..d3a29a73c6 100644 --- a/core/rawdb/freezer_table.go +++ b/core/rawdb/freezer_table.go @@ -100,7 +100,7 @@ type freezerTable struct { // should never be lower than itemOffset. 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 maxFileSize uint32 // Max file size for data-files name string