Class: Typhoeus::Hydra

Inherits:
Object
  • Object
show all
Defined in:
lib/cms_scanner/browser/options.rb

Overview

Hack to have a setter for the :max_concurrency Which will be officially added in the next version See: github.com/typhoeus/typhoeus/issues/366

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrencyObject

Returns the value of attribute max_concurrency.



6
7
8
# File 'lib/cms_scanner/browser/options.rb', line 6

def max_concurrency
  @max_concurrency
end