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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1206%2Fhead;p=thirdparty%2Fpdns.git 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 e3ff8f6056..085f76b0e9 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 &