apollo_batcher_config: reduce proposer_idle_detection_delay 2000 -> 1500ms (SNIP-40)#14174
Conversation
…500ms (SNIP-40) Per SNIP-40 "More Frequent Blocks", reduce the batcher's mempool idle-detection delay from 2.0s to 1.5s. Block cadence is driven by this delay, so this changes the typical block execution slot from ~2s to ~1.5s. Spec: https://community.starknet.io/t/snip-40-more-frequent-blocks/116203 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PR SummaryMedium Risk Overview The default in Reviewed by Cursor Bugbot for commit ea07292. Bugbot is set up for automated code reviews on this repo. Configure here. |
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on matanl-starkware).

Per SNIP-40 "More Frequent Blocks", reduce the batcher's mempool idle-detection
delay from 2.0s to 1.5s. Block cadence is driven by this delay, so this changes
the typical block execution slot from ~2s to ~1.5s.
Spec: https://community.starknet.io/t/snip-40-more-frequent-blocks/116203
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com