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 bfcf7a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ resource "fastly_service_vcl" "service" {
}
}

rate_limiter {
/*rate_limiter {
name = "rate_limiter_bank_holidays_json"
rps_limit = 5
rps_limit = 10
window_size = 10
penalty_box_duration = 1
Expand All @@ -159,7 +159,7 @@ resource "fastly_service_vcl" "service" {
content_type = "plain/text"
status = 429
}
}
}*/

dynamic "logging_splunk" {
for_each = {
Expand Down

0 comments on commit bfcf7a2

Please sign in to comment.