pub const BATCH_BUILDER_MAX_OUTSTANDING_PARTS: Config<usize>;
Expand description

The maximum number of parts (s3 blobs) that crate::batch::BatchBuilder will pipeline before back-pressuring crate::batch::BatchBuilder::add calls on previous ones finishing.