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 +}