]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Half a million as biggest test for now to prevent buildbot timeouts 9362/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Jul 2020 12:03:34 +0000 (14:03 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Jul 2020 12:03:34 +0000 (14:03 +0200)
build-scripts/test-recursor-bulk

index 981dd4b9c720c4215d76d119679f18098814df5e..da30c02dfb2b6a5d1d44cc55497d5cd818d279ce 100755 (executable)
@@ -17,7 +17,7 @@ wget -c -N http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip
 
 unzip top-1m.csv.zip
 
-numdomains="1000 5000 10000 50000 100000 500000 1000000"
+numdomains="1000 5000 10000 50000 100000 500000"
 if [ ! -z "$1" ]; then
   numdomains="$1"
 fi