Commit 1b941fe
apollo_batcher_config: reduce proposer_idle_detection_delay 2000 -> 1500ms (SNIP-40) (#14174)
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>1 parent 53c993d commit 1b941fe
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- crates
- apollo_batcher_config/src
- apollo_deployments/resources/app_configs
- apollo_node/resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments