Skip to content

Commit

Permalink
reduce initial micro bursts (#283) - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Oct 2, 2024
1 parent 0522f17 commit 2f0e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/bngblaster/src/bbl_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ bbl_stream_io_send_iter(io_handle_s *io, uint64_t now)
io_bucket->base = min;
}
} else {
io_bucket->base = now - io_bucket->nsec;
io_bucket->base = now;
}
}
if(io_bucket->base >= now) {
Expand Down

0 comments on commit 2f0e2e0

Please sign in to comment.