VictoriaMetrics/lib/tenantmetrics
Aliaksandr Valialkin 4cae725edf
lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]...
The map[...]... is already a pointer type, so atomic.Pointer[map[...]...] results in double pointer.

This is a follow-up for 140e7b6b74
2023-07-20 20:56:11 -07:00
..
counter_map.go lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]... 2023-07-20 20:56:11 -07:00
counter_map_test.go app/vmagent: follow-up after fe445f753b 2021-08-05 09:52:32 +03:00