Method: Wgit::Crawler#time_out

Defined in:
lib/wgit/crawler.rb

#time_outObject

The maximum amount of time (in seconds) a crawl request has to complete before raising an error. Set to 0 to disable time outs completely.



33
34
35
# File 'lib/wgit/crawler.rb', line 33

def time_out
  @time_out
end