]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
increase retrieval-threads 889/head
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 1 Jul 2013 11:54:31 +0000 (13:54 +0200)
committermind04 <mind04@monshouwer.org>
Mon, 1 Jul 2013 11:59:16 +0000 (13:59 +0200)
regression-tests/start-test-stop

index 1715b027f8f52a82173bfbb9d8d5fd918978471d..4b4eae4e88aa38e902fcc99fbcd78c5166e42fe8 100755 (executable)
@@ -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'