fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

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

Closed cdrnet closed 1 year ago

cdrnet commented 1 year ago

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?

cdrnet commented 1 year ago

Thank you very much for the release!