Skip to content

Commit

Permalink
Update cache.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sekar-saravanan authored Jan 13, 2025
1 parent 1b98728 commit f5c297d
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 @@ -26,7 +26,7 @@ const (
DefaultTTL = time.Minute
// UnavailableOfferingsTTL is the time before offerings that were marked as unavailable
// are removed from the cache and are available for launch again
UnavailableOfferingsTTL = 9 * time.Minute
UnavailableOfferingsTTL = 10 * time.Minute
// InstanceTypesAndZonesTTL is the time before we refresh instance types and zones at EC2
InstanceTypesAndZonesTTL = 5 * time.Minute
// InstanceProfileTTL is the time before we refresh checking instance profile existence at IAM
Expand Down

0 comments on commit f5c297d

Please sign in to comment.