From cfa6511111d489829cd1299befab19ef284d8189 Mon Sep 17 00:00:00 2001 From: Josh Twist Date: Fri, 7 Feb 2025 12:21:14 +0000 Subject: [PATCH] Update policies.json --- config/policies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/policies.json b/config/policies.json index 99e91a6..3a64d4b 100644 --- a/config/policies.json +++ b/config/policies.json @@ -33,8 +33,8 @@ "module": "$import(@zuplo/runtime)", "options": { "rateLimitBy": "ip", - "requestsAllowed": 500, - "timeWindowMinutes": 1 + "requestsAllowed": 250, + "timeWindowMinutes": 0.16 } }, "name": "rate-limit-inbound", @@ -65,4 +65,4 @@ "policyType": "custom-code-outbound" } ] -} \ No newline at end of file +}