update comment

Signed-off-by: Mauro Stettler <mauro.stettler@gmail.com>
This commit is contained in:
Mauro Stettler 2022-04-25 15:05:21 +00:00
parent 00f1b1556c
commit 55cbbafe38
No known key found for this signature in database
GPG key ID: 1EBC1C55E2D201A2

View file

@ -155,7 +155,8 @@ type HeadOptions struct {
IsolationDisabled bool
// Temporary flag which we use to select whether we want to use the new or the old chunk disk mapper.
// Temporary flag which we use to select whether to use the new (used in upstream
// Prometheus) or the old (legacy) chunk disk mapper.
NewChunkDiskMapper bool
}