Skip to content

v0.27.10: raise rate limits to prevent 429 cascade on page load#380

Merged
StanislavBG merged 1 commit into
mainfrom
claude/fix-painter-limits-Fa6NN
Mar 14, 2026
Merged

v0.27.10: raise rate limits to prevent 429 cascade on page load#380
StanislavBG merged 1 commit into
mainfrom
claude/fix-painter-limits-Fa6NN

Conversation

@StanislavBG
Copy link
Copy Markdown
Owner

General API limiter raised from 500 to 2000 req/15min and LLM limiter from 20 to 60 req/min. The old limits were too tight — a single page load triggers 20+ API calls, and active painter/writer usage quickly exhausted the budget, causing 429s across all endpoints.

https://claude.ai/code/session_01F9LigzGxkysimwdEH7Kifj

General API limiter raised from 500 to 2000 req/15min and LLM limiter
from 20 to 60 req/min. The old limits were too tight — a single page
load triggers 20+ API calls, and active painter/writer usage quickly
exhausted the budget, causing 429s across all endpoints.

https://claude.ai/code/session_01F9LigzGxkysimwdEH7Kifj
@StanislavBG StanislavBG merged commit 19dba12 into main Mar 14, 2026
1 check passed
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