From fc41728c1d1c9ab0a60d98438946039666b5b605 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Thu, 18 Sep 2025 19:04:25 +0300 Subject: [PATCH] deprecated comment --- core/rawdb/freezer_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rawdb/freezer_table.go b/core/rawdb/freezer_table.go index 19c40cc16e..e78ff2a7fa 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 // 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