pub const MAX_BATCH_GET_OBJECTS: usize = 1000;
Maximum number of object keys LedgerGrpcReader will put in a single BatchGetObjects call, matching the ledger gRPC/KV-RPC service’s own hard cap.
LedgerGrpcReader
BatchGetObjects