Files
container/Sources/Integration
Danny Canter 91ef4009a3 Integration: Lower default concurrency (#331)
I only see a very small delta halving this (.6 seconds), and the default
will likely stress the CI machines a lot more. This change also swaps
the atomic increments to .relaxed, as there's no ordering required, just
need no torn writes.
2025-10-14 12:55:10 -07:00
..