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.
source_max_inflight_rows
1 parent b168a7d commit 6c0751eCopy full SHA for 6c0751e
python/cocoindex/setting.py
@@ -51,7 +51,7 @@ class GlobalExecutionOptions:
51
"""Global execution options."""
52
53
# The maximum number of concurrent inflight requests, shared among all sources from all flows.
54
- source_max_inflight_rows: int | None = None
+ source_max_inflight_rows: int | None = 256
55
source_max_inflight_bytes: int | None = None
56
57
0 commit comments