Skip to content

Commit 58eaa55

Browse files
committed
Update comment
1 parent 34f0486 commit 58eaa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensemble_scheduler/ensemble_scheduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct EnsembleInfo {
8484
// backward path, ensemble tensor to the step that provides its data
8585
std::unordered_map<std::string, size_t> tensor_to_prev_step_;
8686

87-
// Maximum concurrent inflight requests from steps to downstream consumers.
87+
// Maximum concurrent inflight requests to ensemble steps (downstream consumers).
8888
// Prevents memory growth by blocking producers when limit is reached.
8989
// Default value is 0, which indicates unlimited (no backpressure applied).
9090
// Configured via 'max_inflight_requests' field in ensemble_scheduling.

0 commit comments

Comments
 (0)