Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Jan 28, 2025
1 parent fae90ba commit a6715bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/services/src/block_bundler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ pub mod service {
let still_time_to_accumulate_more = self.still_time_to_accumulate_more()?;
let cum_size = blocks.cumulative_size();
if cum_size < self.config.bytes_to_accumulate && still_time_to_accumulate_more {
// TODO: humantime
// TODO: segfault humantime
// TODO: segfault recount the sizes again or not
info!(
"Not enough data ({} < {}) to bundle. Waiting for more blocks to accumulate.",
cum_size,
Expand Down

0 comments on commit a6715bd

Please sign in to comment.