Skip to content

Commit

Permalink
Set rps limit to 10 for bank-holidays.json rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Feb 3, 2025
1 parent 37c7e33 commit 33ac657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ resource "fastly_service_vcl" "service" {
rate_limiter {
name = "rate_limiter_bank_holidays_json"

rps_limit = 5
rps_limit = 10
window_size = 10
penalty_box_duration = 1

Expand Down

0 comments on commit 33ac657

Please sign in to comment.