We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d03ff5 commit a8604cdCopy full SHA for a8604cd
pkg/compactor/compactor.go
@@ -62,7 +62,6 @@ var (
62
return nil, nil, err
63
}
64
65
- // planner := compact.NewTSDBBasedPlanner(logger, cfg.BlockRanges.ToMilliseconds())
66
planner, _ := NewPlanner(logger, cfg.BlockRanges.ToMilliseconds(), "default")
67
return compactor, planner, nil
68
0 commit comments