apple-codesignenhancementgood first issue
Repository metrics
- Stars
- (819 stars)
- PR merge metrics
- (PR metrics pending)
Description
I'm seeing a lot of "Connection reset by peer" errors, and wanted to extend the poll interval, but it looks like it's hard coded.
Some options here are:
- Ability to pass it in from cli
- Env variable (although I don't think rcodesign uses any env variables for config)
- Dynamic regulate timeout (increase every call by X seconds, up to ~30 seconds per call)