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