We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc030c commit 0ed5618Copy full SHA for 0ed5618
config/src/config/state_sync_config.rs
@@ -229,7 +229,9 @@ pub struct DataStreamingServiceConfig {
229
/// the subscription stream is terminated and a new stream must be created.
230
pub max_num_consecutive_subscriptions: u64,
231
232
- /// Maximum number of pending requests per data stream.
+ /// 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.
235
pub max_pending_requests: u64,
236
237
/// Maximum number of retries for a single client request before a data
0 commit comments