]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Init default values for new settings
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 25 Sep 2023 14:08:18 +0000 (16:08 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 11 Oct 2023 13:41:49 +0000 (15:41 +0200)
pdns/recursordist/test-syncres_cc.cc

index 044af55332290c2443533054eb0e9a06fd7613da..b544195ceb008b65368c0bf935861795ee1d3787 100644 (file)
@@ -183,6 +183,8 @@ void initSR(bool debug)
   SyncRes::s_save_parent_ns_set = true;
   SyncRes::s_maxnsperresolve = 13;
   SyncRes::s_locked_ttlperc = 0;
+  SyncRes::s_minimize_one_lab = 4;
+  SyncRes::s_max_minimize_count = 10;
 
   SyncRes::clearNSSpeeds();
   BOOST_CHECK_EQUAL(SyncRes::getNSSpeedsSize(), 0U);