Skip to content

stream: allow infinite concurrency

adding this so we can use it in:

which is needed as we don't want to wait for the prev tests to finish before starting a new one (same issue as in #46132 (closed))

This has a pitfall in using concurrency: Infinity on infinite stream

Merge request reports

Loading