From 71ada8e045af192eeaf41e85353d78fcf46fa17f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 23 Jan 2024 10:22:11 +0100 Subject: [PATCH] Make the refresh 1 again, to work around the new rate limiting --- regression-tests.recursor-dnssec/test_RPZ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor-dnssec/test_RPZ.py b/regression-tests.recursor-dnssec/test_RPZ.py index d71953268d..ca7292d39c 100644 --- a/regression-tests.recursor-dnssec/test_RPZ.py +++ b/regression-tests.recursor-dnssec/test_RPZ.py @@ -385,7 +385,7 @@ class RPZXFRRecursorTest(RPZRecursorTest): global rpzServerPort _lua_config_file = """ -- The first server is a bogus one, to test that we correctly fail over to the second one - rpzMaster({'127.0.0.1:9999', '127.0.0.1:%d'}, 'zone.rpz.', { refresh=3600, includeSOA=true}) + rpzMaster({'127.0.0.1:9999', '127.0.0.1:%d'}, 'zone.rpz.', { refresh=1, includeSOA=true}) """ % (rpzServerPort) _confdir = 'RPZXFR' _wsPort = 8042 -- 2.47.2