faastjs.limits.rate.md

April 11, 2023 ยท View on GitHub

faastjs > Limits > rate

Limits.rate property

The maximum number of calls per second to allow to the underlying function. Default: no rate limit.

Signature:

rate?: number;