-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Question on receiver_max_total_bytes: since we add padding to account for per-batch overhead, should this be calculated as
4 * 1024 * 1024 + DEFAULT_MAX_NUM_BATCHES * BATCH_PADDING_BYTES
instead of a simple + DEFAULT_MAX_NUM_BATCHES + BATCH_PADDING_BYTES?
If the current expression is intentional, could you help clarify the rationale? Happy to send a small fix if this is an oversight.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working