Skip to content

Commit 29bb1ce

Browse files
committed
Reduce rate limits
1 parent d6df488 commit 29bb1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/environments/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ module "ooniapi_oonimeasurements" {
12421242
BASE_URL = "https://api.ooni.io"
12431243
S3_BUCKET_NAME = "ooni-data-eu-fra"
12441244
VALKEY_URL = local.ooniapi_valkey_url
1245-
RATE_LIMITS = "10000/hour;400000/day;200000/7day"
1245+
RATE_LIMITS = "4000/hour;400000/day;200000/7day"
12461246
RATE_LIMITS_WHITELISTED_IPADDRS = jsonencode(["5.9.112.244"])
12471247
RATE_LIMITS_UNMETERED_PAGES = jsonencode(["/metrics", "/health"])
12481248
}

0 commit comments

Comments
 (0)