-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Commit 1cfe624
authored
core/rawdb: update comments (#32668)
- Replace outdated NewFreezer doc that referenced map[string]bool/snappy
toggle with accurate description of -map[string]freezerTableConfig
(noSnappy, prunable).
- Fix misleading field comment on freezerTable.config that spoke as if
it were a boolean ("if true"), clarifying it’s a struct and noting
compression is non-retroactive.1 parent ea28346 commit 1cfe624
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | - | ||
80 | - | ||
79 | + | ||
80 | + | ||
81 | + | ||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | - | ||
103 | + | ||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments