Skip to content

Commit

Permalink
Increased request/url count tested to an absurd number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Dec 10, 2020
1 parent 61fe677 commit 70fdd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/manager_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ defmodule Manager.ManyUrlsTestSpider do

def init(_opts) do
urls =
for i <- 0..50_000 do
for i <- 0..400_000 do
"https://www.example.com/#{i}"
end

requests =
for i <- 0..50_000 do
for i <- 0..400_000 do
Crawly.Request.new("https://www.example.com/x/#{i}")
end

Expand Down

0 comments on commit 70fdd0d

Please sign in to comment.