Skip to content

Commit

Permalink
Init default values for new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Sep 25, 2023
1 parent 6d56deb commit 103bdf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdns/recursordist/test-syncres_cc.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 103bdf7

Please sign in to comment.