logs and tps counting
This commit is contained in:
committed by
Greg Fitzgerald
parent
e12e154877
commit
2128c58fbe
@@ -342,7 +342,7 @@ fn broadcast(
|
||||
let mut blobs = dq.into_iter().collect();
|
||||
/// appends codes to the list of blobs allowing us to reconstruct the stream
|
||||
#[cfg(feature = "erasure")]
|
||||
erasure::generate_codes(blobs);
|
||||
erasure::generate_coding(re, blobs, consumed);
|
||||
Crdt::broadcast(crdt, &blobs, &sock, transmit_index)?;
|
||||
// keep the cache of blobs that are broadcast
|
||||
{
|
||||
|
Reference in New Issue
Block a user