Skip to content

Commit

Permalink
BUG: fetch zones once in ZoneCache (#3394)
Browse files Browse the repository at this point in the history
  • Loading branch information
das7pad authored Jan 18, 2025
1 parent a631c5b commit 5e15bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/zoneCache/zoneCache.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (c *ZoneCache[Zone]) ensureCached() error {
for name, z := range zones {
c.cache[name] = z
}
c.cached = true
return nil
}

Expand Down

0 comments on commit 5e15bbe

Please sign in to comment.