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
The fetch_tag_shas_async method creates multiple threads that all call the oldest_commit method. Since the list of commits hasn't been fetched and cached yet, each thread starts fetching all the commits from the repository asynchronously and puts duplicates in the @commits array.
The
fetch_tag_shas_async
method creates multiple threads that all call theoldest_commit
method. Since the list of commits hasn't been fetched and cached yet, each thread starts fetching all the commits from the repository asynchronously and puts duplicates in the@commits
array.github-changelog-generator/lib/github_changelog_generator/octo_fetcher.rb
Line 321 in 3ad1dc9
The text was updated successfully, but these errors were encountered: