From: Kees Monshouwer Date: Mon, 1 Jul 2013 11:54:31 +0000 (+0200) Subject: increase retrieval-threads X-Git-Tag: rec-3.6.0-rc1~607^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F889%2Fhead;p=thirdparty%2Fpdns.git increase retrieval-threads --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 1715b027f8..4b4eae4e88 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -643,7 +643,7 @@ then $RUNWRAPPER $PDNS2 --daemon=no --local-port=$port --socket-dir=./ \ --no-shuffle --launch=gmysql --gmysql-dnssec \ --fancy-records --send-root-referral \ - --cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=1 \ + --cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=4 \ --gmysql-dbname="$GMYSQL2DB" \ --gmysql-user="$GMYSQL2USER" \ --gmysql-host="$GMYSQL2HOST" \ @@ -682,7 +682,7 @@ then $RUNWRAPPER $PDNS2 --daemon=no --local-port=$port --socket-dir=./ \ --no-shuffle --launch=gsqlite3 --gsqlite3-dnssec \ --fancy-records --send-root-referral \ - --cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=1 \ + --cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=4 \ --gsqlite3-database=pdns.sqlite31 --gsqlite3-pragma-synchronous=0 \ --config-name=gsqlite32 |& egrep -v "update records set ordername|insert into records" & echo 'waiting for zones to be slaved'