Skip to content

Commit 0ed5618

Browse files
committed
[Data Streaming Service] Add tests for new pre-fetching logic.
1 parent 5fc030c commit 0ed5618

File tree

2 files changed

+409
-2
lines changed

2 files changed

+409
-2
lines changed

config/src/config/state_sync_config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ pub struct DataStreamingServiceConfig {
229229
/// the subscription stream is terminated and a new stream must be created.
230230
pub max_num_consecutive_subscriptions: u64,
231231

232-
/// Maximum number of pending requests per data stream.
232+
/// Maximum number of pending requests per data stream. This includes the
233+
/// requests that have already succeeded but have not yet been consumed
234+
/// because they're head-of-line blocked by other requests.
233235
pub max_pending_requests: u64,
234236

235237
/// Maximum number of retries for a single client request before a data

0 commit comments

Comments
 (0)