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
fix(api): reuse single pLimit instance across recursive findI18nDirectories
Each recursive call was creating a new pLimit(8), defeating the global
concurrency cap. Pass the limiter as a parameter so all recursion levels
share one queue.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments