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

Proposal: increase process lock trials from 100 to 500 to support dotnet restore on larger solutions #4203

Merged

Conversation

cdrnet
Copy link
Member

@cdrnet cdrnet commented Mar 3, 2023

Otherwise, given how the mechanism works, I don't think a process lock max trial count of 100 could reliably support dotnet restore on solutions with more than 100 projects. The downside is potentially longer time until it aborts when there is a left-over lock, which should be rare though.

Alternatively maybe this could be made configurable.

Any thoughts?

…net restore on larger solutions

Alternatively maybe this could be made configurable.
@forki forki merged commit 1824d21 into fsprojects:master Mar 3, 2023
@cdrnet cdrnet deleted the feature/increase-process-lock-trials branch March 6, 2023 09:26
@cdrnet
Copy link
Member Author

cdrnet commented Mar 6, 2023

Thank you very much for the release!

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

2 participants