mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Bump sync-tolerance-epoch and make it a cli param
This commit is contained in:
@@ -95,6 +95,7 @@ pub struct ChainConfig {
|
||||
/// This doesn't apply if the node is the block proposer.
|
||||
pub blob_publication_batch_interval: Duration,
|
||||
pub disable_attesting: bool,
|
||||
pub sync_tolerance_epochs: u64,
|
||||
}
|
||||
|
||||
impl Default for ChainConfig {
|
||||
@@ -131,6 +132,7 @@ impl Default for ChainConfig {
|
||||
blob_publication_batches: 4,
|
||||
blob_publication_batch_interval: Duration::from_millis(300),
|
||||
disable_attesting: false,
|
||||
sync_tolerance_epochs: 16,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user