From 103bdf706747fd97ff689c31b684742d271b0765 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 25 Sep 2023 16:08:18 +0200 Subject: [PATCH] Init default values for new settings --- pdns/recursordist/test-syncres_cc.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index 044af5533229..b544195ceb00 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);