Struct ckb_app_config::HeaderMapConfig [−][src]
Expand description
Header map config options.
Header map stores the block headers before fully verifying the block.
Fields
primary_limit: usizeThe maximum size of data in memory
backend_close_threshold: usizeDisable cache if the size of data in memory less than this threshold
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for HeaderMapConfig
impl Send for HeaderMapConfig
impl Sync for HeaderMapConfig
impl Unpin for HeaderMapConfig
impl UnwindSafe for HeaderMapConfig
Blanket Implementations
Mutably borrows from an owned value. Read more