feat: make EFFECTS_THRESHOLD runtime-configurable#374
Conversation
Move EFFECTS_THRESHOLD from read-only to runtime-settable config, allowing tuning without restart. Split from #359.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
==========================================
- Coverage 84.15% 84.15% -0.01%
==========================================
Files 110 110
Lines 28963 28964 +1
==========================================
Hits 24375 24375
- Misses 4588 4589 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Split from #359.
EFFECTS_THRESHOLDfrom read-only to runtime-settable configurationGRAPH.CONFIG SET EFFECTS_THRESHOLD <value>at runtimeTest plan
cargo checkpassesGRAPH.CONFIG SET EFFECTS_THRESHOLD 100works at runtimeSummary by CodeRabbit
EFFECTS_THRESHOLDis now adjustable at runtime via the SET command. Previously, attempting to set this value would result in an error.