From 73637425a93df689d67fa4ee8291af6df5de8f87 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 10 Jan 2014 22:05:05 +0100 Subject: [PATCH] use remote backend single-threaded let's see if this make WEBrick/Travis happy --- regression-tests/start-test-stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.47.2