Skip to content

Commit

Permalink
Merge branch 'release-v0.26.0' into NET-1773
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 authored Nov 11, 2024
2 parents 99f42c1 + e1ef3b5 commit 9452ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro/logic/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var (
metricsCacheMutex = &sync.RWMutex{}
metricsCacheMap map[string]models.Metrics
metricsCacheMap = make(map[string]models.Metrics)
)

func getMetricsFromCache(key string) (metrics models.Metrics, ok bool) {
Expand Down

0 comments on commit 9452ba5

Please sign in to comment.