mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-07-24 21:56:17 +02:00
Restructure and Cleanup
Compiles
This commit is contained in:
@@ -191,7 +191,7 @@ func decodeLine(dec *lineprotocol.Decoder,
|
||||
// cluster and host. By using `WriteToLevel` (level = host), we do not need
|
||||
// to take the root- and cluster-level lock as often.
|
||||
var lvl *memorystore.Level = nil
|
||||
var prevCluster, prevHost string = "", ""
|
||||
prevCluster, prevHost := "", ""
|
||||
|
||||
var ok bool
|
||||
for dec.Next() {
|
||||
|
Reference in New Issue
Block a user