Retransmit blobs from leader from window (#975)
- Some nodes don't have leader information while leader is broadcasting blobs to those nodes. Such blobs are not retransmitted. This change rertansmits the blobs once the leader's identity is know.
This commit is contained in:
2
tests/multinode.rs
Executable file → Normal file
2
tests/multinode.rs
Executable file → Normal file
@ -524,7 +524,7 @@ fn test_multi_node_dynamic_network() {
|
||||
Ok(val) => val
|
||||
.parse()
|
||||
.expect(&format!("env var {} is not parse-able as usize", key)),
|
||||
Err(_) => 100,
|
||||
Err(_) => 170,
|
||||
};
|
||||
|
||||
let purge_key = "SOLANA_DYNAMIC_NODES_PURGE_LAG";
|
||||
|
Reference in New Issue
Block a user