Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 1 CPU maxed out during zarf connect git (#2111)
## Description removed the loop that kept calling `runtime.Gosched()`, it was trying to be nice, and yet using all the CPU time (1 thread) @jeff-mccoy please verify, Fixes #1357 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed
- Loading branch information