Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for pull rate limit #806

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ewels
Copy link
Member

@ewels ewels commented Mar 7, 2025

According to @pditommaso, the pull rate limit for auth'd users is now 2k / minute, not 1k.

@ewels ewels changed the title Rate limit docs: configuration.mdx Update docs for pull rate limit Mar 7, 2025

- **`rate-limit.pull.authenticated`**: the rate limit for authenticated pull requests. By default, it allows up to 100 pull requests per minute (`100/1m`) from authenticated users. This setting governs the rate at which authenticated users can perform pull operations in Wave. *Mandatory*.
- **`rate-limit.pull.authenticated`**: the rate limit for authenticated pull requests. By default, it allows up to 200k pull requests per minute (`200000/1m`) from authenticated users. This setting governs the rate at which authenticated users can perform pull operations in Wave. *Mandatory*.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean 2k ?

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.

2 participants