increase number of threads to 50, typo fix

This commit is contained in:
Petr Korolev
2015-03-06 15:09:13 +02:00
parent 2c46d32531
commit c22f8b4a31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ module GitHubChangelogGenerator
def fetch_events_async(issues)
i = 0
max_thread_number = 10
max_thread_number = 50
threads = []
issues.each_slice(max_thread_number) { |issues_slice|
issues_slice.each { |issue|