Constant zebrad::components::sync::end_of_support::EOS_PANIC_AFTER
source ยท pub const EOS_PANIC_AFTER: u32 = 112;
Expand description
The maximum number of days after ESTIMATED_RELEASE_HEIGHT
where a Zebra server will run
without halting.
Notes:
- Zebra will exit with a panic if the current tip height is bigger than the
ESTIMATED_RELEASE_HEIGHT
plus this number of days. - Currently set to 16 weeks.