Fix inconsistent maxWait value in DB2 and PostgreSQL DB pool config samples#6197
Conversation
…amples The maxWait value in DB2 and PostgreSQL database pool configuration samples was set to 360000 ms (6 minutes) while all other database type documentation used 60000 ms (1 minute). This unifies the value to 60000 ms across all affected versions (IS 5.10.0 - 7.3.0 and next). Fixes: wso2/product-is#27975
|
Warning Review limit reached
More reviews will be available in 39 minutes and 4 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
The
maxWaitvalue in the sample DB pool configurations for DB2 and PostgreSQL documentation was set to360000ms (6 minutes), while all other database type documentation used60000ms (1 minute). This PR unifies the value to60000ms across all affected versions.Affected versions: IS 5.10.0 – 7.3.0 (+ next)
Files changed (16):
change-to-ibm-db2.md— 5.10.0, 5.11.0, 6.0.0, 6.1.0, 7.0.0, 7.1.0, 7.2.0, 7.3.0, nextchange-to-postgresql.md— 6.0.0, 6.1.0, 7.0.0, 7.1.0, 7.2.0, 7.3.0, nextFixes: wso2/product-is#27975