From 888253b3a9df432f7a640a13b726dae5ba7c8c0b Mon Sep 17 00:00:00 2001 From: Josh Twist Date: Sat, 8 Feb 2025 15:04:48 +0000 Subject: [PATCH] Update policies.json --- config/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/policies.json b/config/policies.json index 3a64d4b..806f905 100644 --- a/config/policies.json +++ b/config/policies.json @@ -33,8 +33,8 @@ "module": "$import(@zuplo/runtime)", "options": { "rateLimitBy": "ip", - "requestsAllowed": 250, - "timeWindowMinutes": 0.16 + "requestsAllowed": 500, + "timeWindowMinutes": 0.02 } }, "name": "rate-limit-inbound",