interface RateLimitOptions

Options for the built-in rate limiter.

Properties

rateLimit?: number

The maximum number of requests that can be made to the Bluesky API in a given interval. Don't set this unless you know what you're doing.

Default: 3000See also: https://www.docs.bsky.app/docs/advanced-guides/rate-limits

rateLimitInterval?: number

The interval after which the rate limit will reset, in seconds

Default: 300See also: https://www.docs.bsky.app/docs/advanced-guides/rate-limits