From: Otto Moerbeek Date: Mon, 25 Sep 2023 14:08:18 +0000 (+0200) Subject: Init default values for new settings X-Git-Tag: rec-5.0.0-alpha2~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831baae77e9d6e29dd6de5919df275083aa797a9;p=thirdparty%2Fpdns.git Init default values for new settings --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index 044af55332..b544195ceb 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -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);