Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy: limit the number of go routines #349

Closed
wants to merge 1 commit into from

Conversation

jbedard
Copy link
Member

@jbedard jbedard commented Feb 1, 2023

@f0rmiga were you thinking similar?

I don't think it's worth getting too complicated, at least for now.

I assume by the time the number of concurrent copies reaches this number the OS/IO operations will far outweigh the go routines, so I don't think limiting the go routines will do any harm?

@jbedard
Copy link
Member Author

jbedard commented Feb 1, 2023

See #351

@jbedard jbedard closed this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant