llamanodes / web3-proxy

Fast loadbalancing and caching proxy for Ethereum or chains with similar JSON-RPC methods
https://llamanodes.com
GNU General Public License v3.0
148 stars 33 forks source link

Automatically increase rate/concurrency limits if there is free capacity #214

Closed BlinkyStitt closed 11 months ago

BlinkyStitt commented 1 year ago

If backend servers have capacity we could let users use higher limits. This will need some thought for combining it with per-key limits. If someone has set a low limit on their key to keep costs down, we wouldn't want to unlock the limit on them and surprise them with a bill.

BlinkyStitt commented 11 months ago

fixed by #221