fix(chat): change default timeout to 0 (no timeout)#188
Conversation
Previously the chat/PRD flow had a 3-minute (180000ms) default timeout which caused issues on slower systems (see issue #181). This change: - Sets default timeout to 0 (no timeout) across chat engine - Updates create-prd help text to reflect the new default - Users can still opt-in to timeouts via --timeout flag Fixes #181
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…-HAZqD fix(chat): change default timeout to 0 (no timeout)
Summary
--timeout <ms>flagTest plan
ralph-tui create-prd --chatand verify it no longer times out after 3 minutesralph-tui create-prd --chat --timeout 5000and verify timeout still works when explicitly setralph-tui create-prd --helpshows(default: 0 = no timeout)Fixes #181