rolls out merkle shreds to ~50% of mainnet slots (#32678)
This commit is contained in:
parent
a5bde0a79c
commit
207820879b
|
@ -509,7 +509,7 @@ impl BroadcastRun for StandardBroadcastRun {
|
|||
fn should_use_merkle_variant(slot: Slot, cluster_type: ClusterType) -> bool {
|
||||
match cluster_type {
|
||||
ClusterType::Testnet | ClusterType::Devnet | ClusterType::Development => true,
|
||||
ClusterType::MainnetBeta => (slot % 19) < 4,
|
||||
ClusterType::MainnetBeta => (slot % 19) < 10,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue