]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Make the refresh 1 again, to work around the new rate limiting 13701/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 23 Jan 2024 09:22:11 +0000 (10:22 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 23 Jan 2024 09:22:11 +0000 (10:22 +0100)
regression-tests.recursor-dnssec/test_RPZ.py

index d71953268d83f245ac851d111a3021a7d2262104..ca7292d39c750292665df1216081247b490ce307 100644 (file)
@@ -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