mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
57afedbfe8
commit
68dfaa1449
1 changed files with 1 additions and 0 deletions
|
@ -1129,6 +1129,7 @@ func (vd *valuesDict) unmarshal(src []byte) ([]byte, error) {
|
||||||
}
|
}
|
||||||
src = tail
|
src = tail
|
||||||
|
|
||||||
|
// Do not use bytesutil.InternBytes(data) here, since it works slower than the string(data) in prod
|
||||||
v := string(data)
|
v := string(data)
|
||||||
vd.values = append(vd.values, v)
|
vd.values = append(vd.values, v)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue