Skip to content

Commit

Permalink
increase SSM cache TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Aug 13, 2024
1 parent f70d99e commit 88f089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
AssociatePublicIPAddressTTL = 5 * time.Minute
// SSMGetParametersByPathTTL is the time to drop SSM Parameters by path data. This only queries EKS Optimized AMI
// releases, so we should expect this to be updated relatively infrequently.
SSMGetParametersByPathTTL = 30 * time.Minute
SSMGetParametersByPathTTL = 24 * time.Hour
)

const (
Expand Down

0 comments on commit 88f089b

Please sign in to comment.