Skip to content

What kind of limits are in place? #18

Answered by slavovojacek
slavovojacek asked this question in Q&A
Discussion options

You must be logged in to vote

For the general public, we have 3 basic types of limits in place:

  1. Request throttling, which currently stands at 20 requests per second with a 10 requests per second burst available
  2. IP-based rate limiting, which currently stands at 100 requests per IP (or forwarded IP) over a 5 minute sliding window
  3. Payload size limit, which currently stands at about 100kb per request to allow for up to medium-sized encrypted secrets

We have the ability to issue dedicated API keys for those wishing to opt out of the shared (public) limits. Please contact support@sniptt.com to discuss available options.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by slavovojacek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation question Further information is requested
1 participant