Skip to content

Commit

Permalink
removed max_concurrency (it was in the wrong place)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Jan 3, 2011
1 parent 64cf274 commit c91e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/times.rb
Expand Up @@ -13,7 +13,7 @@
10.times {
|i|

req = Typhoeus::Request.new( urls[ i % urls.size], :max_concurrency => 10 )
req = Typhoeus::Request.new( urls[ i % urls.size] )
req.on_complete {
|res|
puts 'URL: ' + res.effective_url
Expand Down

0 comments on commit c91e858

Please sign in to comment.