module Desuraify

Constants

VERSION

Public Class Methods

hydra() click to toggle source
# File lib/desuraify.rb, line 15
def self.hydra
  @hydra ||= Typhoeus::Hydra.new(:max_concurrency => 5)
end