Skip to content

Commit

Permalink
fix: raise throttle_settings_burst_limit=25 so that unit tests aren't…
Browse files Browse the repository at this point in the history
… throttled
  • Loading branch information
lpm0073 committed Dec 20, 2023
1 parent 2507b26 commit 880be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ quota_settings_period = "DAY"

# The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds,
# depending upon whether the underlying token bucket is at its full capacity.
throttle_settings_burst_limit = 5
throttle_settings_burst_limit = 25

# The API request steady-state rate limit.
throttle_settings_rate_limit = 10

0 comments on commit 880be90

Please sign in to comment.