Tezos_dal_node_lib.Constantsvalidation_slack is the slack (in blocks) for outdated message validation. Messages older than attestation_lag + validation_slack blocks from the head are considered too old and rejected.
shards_store_lru_size is the maximum shards store LRU size. See Key_value_store.init and Store.Shards.init.
not_yet_published_cache_size is the size (in number of slots) of the cache of not-yet-published slots, shards, and shard proofs.
slot_id_cache_size is the size (in number of levels) of the cache to associate commitments with slot ids at a given level.
statuses_cache_size is the size (in number of slots) of the cache to associate slot ids to slot status.
The frequency at which we sample the time spent in shards crypto verification.
During amplification, if the forked process takes more time than this timeout to send the proved shards, then amplification attempt is aborted to avoid keeping a pending promise forever.
Initial reconnection delay to L1 node from the DAL crawler in seconds.
Number of blocks processing retries in the L1 crawler in case a disconnection error is encountered while retrieving data from L1 outside the Layer1.iter_heads callback.
Sleep delay before retrying processing a block in the L1 crawler in case a disconnection error is encountered while retrieving data from L1 outside the Layer1.iter_heads callback.
Sleep delay between refreshing the ips associated to bootstrap dns names
The expected time, in levels, sufficient to subscribe and connect to new peers on a (new) topic.