Skip to content

Commit

Permalink
chore: increase aws qps frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Smartnews committed Mar 13, 2024
1 parent 92aadb8 commit e4faadc
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 @@ -23,7 +23,7 @@ const (
// resources. Cache hits enable faster provisioning and reduced API load on
// AWS APIs, which can have a serious impact on performance and scalability.
// DO NOT CHANGE THIS VALUE WITHOUT DUE CONSIDERATION
DefaultTTL = time.Minute
DefaultTTL = 5 * 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 = 3 * time.Minute
Expand Down

0 comments on commit e4faadc

Please sign in to comment.