Skip to content

Commit

Permalink
Merge pull request #2 from smartnews/sn-main
Browse files Browse the repository at this point in the history
chore: increase aws qps frequency
  • Loading branch information
Luke-Smartnews committed Mar 13, 2024
2 parents ec1ade0 + e4faadc commit 99d2d29
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 99d2d29

Please sign in to comment.