Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce concurrent level in ManyShardsIT (elastic#103159)
This test failed during testing with a single CPU. To prevent test failure in such cases, we should lower the concurrency level, ensuring that it doesn't spawn more than 1000 tasks. Closes elastic#103128
- Loading branch information