Adjust SRC buffer from 500ms to 100ms#2179
Conversation
Most of time, SRC is less than 100ms. For this reason, we should allow the worker to spend more time in transaction execution. This change will be crucial when we reduce the block time.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (50.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #2179 +/- ##
===========================================
- Coverage 51.92% 51.90% -0.02%
===========================================
Files 884 884
Lines 155431 155431
===========================================
- Hits 80701 80675 -26
- Misses 69524 69543 +19
- Partials 5206 5213 +7
... and 17 files with indirect coverage changes
🚀 New features to boost your workflow:
|



Most of time, SRC is less than 100ms. For this reason, we should allow the worker to spend more time in transaction execution. This change will be crucial when we reduce the block time.