Skip to content

docs: correct Rack Attack rate limits#554

Merged
sojan-official merged 3 commits into
chatwoot:mainfrom
devlikepro:patch-2
May 28, 2026
Merged

docs: correct Rack Attack rate limits#554
sojan-official merged 3 commits into
chatwoot:mainfrom
devlikepro:patch-2

Conversation

@devlikepro

@devlikepro devlikepro commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

Summary

Corrects the documented Rack Attack rate limits.

Why

The global IP throttle is configured from RACK_ATTACK_LIMIT with a default of 3000 over 1 minute, so the docs should not describe it as 60rpm or 60rps. Widget API throttles have separate limits and should be documented separately.

What this change does

  • Documents the default IP throttle as 3000 requests per 1 minute
  • Clarifies the default allowed IPs
  • Adds the widget API limits controlled by ENABLE_RACK_ATTACK_WIDGET_API

Validation

  • Cross-checked against config/initializers/rack_attack.rb in the Chatwoot codebase
  • Ran git diff --check

@sojan-official sojan-official added the community PRs from the community label Mar 5, 2026
@sojan-official sojan-official changed the title Fix typo in rate limiting requests per second docs: correct Rack Attack rate limits May 28, 2026
@sojan-official sojan-official merged commit 5e73acf into chatwoot:main May 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants