Skip to content

docs: clarify global and quote rate limiters - #216

Merged
Jagadeeshftw merged 1 commit into
AnchorNet-Org:mainfrom
silentgeckoaudit3801:docs/rate-limiter-tiers-clean-119
Jul 29, 2026
Merged

docs: clarify global and quote rate limiters#216
Jagadeeshftw merged 1 commit into
AnchorNet-Org:mainfrom
silentgeckoaudit3801:docs/rate-limiter-tiers-clean-119

Conversation

@silentgeckoaudit3801

Copy link
Copy Markdown
Contributor

Closes #119.

This updates the README rate-limiting section after maintainer confirmation in the issue.

It documents:

  • the global mutating-request limiter and its DEFAULT_MAX = 30 / DEFAULT_WINDOW_MS = 60_000 defaults from src/middleware/rateLimiter.ts
  • that src/app.ts excludes /api/v1/quote from the global limiter via skipPaths
  • the quote-specific rateLimiter({ max: 10, windowMs: 60_000 }) instance
  • the 429 / RATE_LIMITED response and client backoff guidance

Validation: static source/API review only; no project dependencies or local toolchains were run from this environment.

@Jagadeeshftw
Jagadeeshftw merged commit 6558702 into AnchorNet-Org:main Jul 29, 2026
@silentgeckoaudit3801

Copy link
Copy Markdown
Contributor Author

Thanks for merging this. Is there an official GrantFox / Maybe Rewarded claim or payment step I should follow for the merged issue #119?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the global vs. quote-specific rateLimiter instances in the README

2 participants