You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
dep status was handily busting through fd limits on larger projects by
fanning out on all projects without limit. This adds a hardcoded limit
that should still be sufficient to still get parallelism benefits, but
will not exhaust the open files limits for any sane default setting on
any OS.
Fixes#1727Fixes#1923
0 commit comments