Update freezer_table.go

This commit is contained in:
VolodymyrBg 2025-09-18 19:05:51 +03:00 committed by GitHub
parent fc41728c1d
commit 3062edbfd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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