Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.57k stars 5.99k forks source link

request numbers #393

Closed ilz5753 closed 2 years ago

ilz5753 commented 2 years ago

how I can increase request numbers?

Rob--W commented 2 years ago

Request numbers?

ilz5753 commented 2 years ago

requests number for example 1000000

Rob--W commented 2 years ago

I'm not following... What is the relation between your question and this repository/project?

ilz5753 commented 2 years ago

how I can 1000000 request per 1 min?

Rob--W commented 2 years ago

There is no limit by default on your self-hosted instance of CORS Anywhere.

A limit of 1000000 per minute is too broad. It's very likely that you won't reach that number of requests in practice, and even if you did, your server wouldn't have enough resources to handle that volume.

ilz5753 commented 2 years ago

What do you think I can do?

Rob--W commented 2 years ago

Well, phrasing your question in a clear way would be a good start. What are you trying to achieve, and how does that relate to the (rate limiting) functionality of my project?