Skip to content

Commit

Permalink
increased rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Sep 27, 2024
1 parent b700569 commit 4249f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"module": "$import(@zuplo/runtime)",
"options": {
"rateLimitBy": "ip",
"requestsAllowed": 60,
"requestsAllowed": 500,
"timeWindowMinutes": 1
}
},
Expand All @@ -46,4 +46,4 @@
"policyType": "custom-code-inbound"
}
]
}
}

0 comments on commit 4249f2c

Please sign in to comment.