Skip to content

Commit

Permalink
Improve pod owner resolution performance (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
omris94 authored Oct 31, 2024
1 parent d5d8e2f commit 209a282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
cacheSize = 2000
cacheTTL = time.Second * 5
cacheTTL = time.Hour
)

var (
Expand Down

0 comments on commit 209a282

Please sign in to comment.