소스 검색

Increase default :max_concurrency

Thibaut 12 년 전
부모
커밋
6e9c16a1fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/core/requester.rb

+ 1 - 1
lib/docs/core/requester.rb

@@ -14,7 +14,7 @@ module Docs
 
     def initialize(options = {})
       @request_options = options.extract!(:request_options)[:request_options].try(:dup) || {}
-      options[:max_concurrency] ||= 5
+      options[:max_concurrency] ||= 20
       super
     end