Skip to main content

WITNESS_RING_CAPACITY

Constant WITNESS_RING_CAPACITY 

Source
pub const WITNESS_RING_CAPACITY: usize = 262_144;
Expand description

Default witness ring buffer capacity in records.

16 MiB / 64 bytes = 262,144 records. At 100,000 privileged actions per second this gives approximately 2.6 seconds of hot storage before overflow drain is needed.