On GitHub MAX_THREAD_NUMBER is 25

This commit is contained in:
Olle Jonsson
2016-10-06 00:23:11 +02:00
parent d41a818676
commit 8632bcf254
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GitHubChangelogGenerator
class Generator
MAX_THREAD_NUMBER = 1
MAX_THREAD_NUMBER = 25
# Fetch event for issues and pull requests
# @return [Array] array of fetched issues