wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

[BUG]: Lower timeout when endpoint could not be reached #127

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

Description of the feature/enhancement

Currently the default timeout of 100s is used. Which can lead to long waiting times when i.e. nuget.org is down and someone tries to extract licenses with packages that point towards licenses.nuget.org.

This timeout should be lowered to something like maybe 10s, or even less.

Additional Information

No response

wgnf commented 1 year ago

i guess this is more like a bugfix