mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: typo fix after e7f46a0aab
This commit is contained in:
parent
e7f46a0aab
commit
2b851e69d2
1 changed files with 1 additions and 1 deletions
|
@ -1274,7 +1274,7 @@ type timeseriesByWorkerID struct {
|
||||||
func (tsw *timeseriesByWorkerID) reset() {
|
func (tsw *timeseriesByWorkerID) reset() {
|
||||||
byWorkerID := tsw.byWorkerID
|
byWorkerID := tsw.byWorkerID
|
||||||
for i := range byWorkerID {
|
for i := range byWorkerID {
|
||||||
tsw.byWorkerID[i].tss = nil
|
byWorkerID[i].tss = nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue