From 2827410eca79993658e0a66d64324cc2a38e9499 Mon Sep 17 00:00:00 2001 From: Matt Peterson Date: Thu, 6 Feb 2025 09:21:57 -0700 Subject: [PATCH] fix: pr changes Signed-off-by: Matt Peterson --- .../historic-streaming/closed-range-historic-streaming.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/docs/design/historic-streaming/closed-range-historic-streaming.md b/server/docs/design/historic-streaming/closed-range-historic-streaming.md index 917fbc524..88d119eba 100644 --- a/server/docs/design/historic-streaming/closed-range-historic-streaming.md +++ b/server/docs/design/historic-streaming/closed-range-historic-streaming.md @@ -81,9 +81,9 @@ sequenceDiagram ## Configuration -Given the limited scope of this feature, it may not be necessary to add any new configuration properties or supply the -entities with a Config object. -- block item max batch size +This feature will leverage one of our standard Config objects to communicate properties. +- `maxBlockItemBatchSize` - An integer used to determine the max size of each block item batch a block from the BlockReader +is broken up into before being sent to a client. ## Metrics