From: Kees Monshouwer Date: Fri, 10 Jan 2014 21:05:05 +0000 (+0100) Subject: use remote backend single-threaded X-Git-Tag: rec-3.6.0-rc1~249^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73637425a93df689d67fa4ee8291af6df5de8f87;p=pdns use remote backend single-threaded let's see if this make WEBrick/Travis happy --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index e3ff8f605..085f76b0e 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -1057,7 +1057,7 @@ EOF $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ --no-shuffle --launch=remote \ --query-logging --loglevel=9 --cache-ttl=$cachettl --no-config \ - --send-root-referral \ + --send-root-referral --distributor-threads=1 \ --allow-2136-from=127.0.0.0/8 --experimental-rfc2136=yes \ --remote-connection-string="$connstr" $remote_add_param &