WRITE_ATTR_BATCH_SIZE

Constant WRITE_ATTR_BATCH_SIZE 

Source
pub const WRITE_ATTR_BATCH_SIZE: usize = 524_288;
Expand description

How much data each transaction will cover when writing an attribute across batches. Pulled from FLUSH_BATCH_SIZE in paged_object_handle.rs.