mirror of
https://github.com/apple/container.git
synced 2026-09-14 03:35:42 +00:00
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.